Last active
August 31, 2020 15:22
-
-
Save BryanBarrera/7431da090c544850f3ddae6e8958cb7a to your computer and use it in GitHub Desktop.
fatal: No such remote 'origin' FIX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// If "git remote -v" doesn't show you any remotes you can simply add a remote using: | |
// Replace https://username@stash/scm/PROJECT/repo.git with your repo URL | |
git remote add origin https://username@stash/scm/PROJECT/repo.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
excellent thank you!