Skip to content

Instantly share code, notes, and snippets.

@BryanBarrera
Last active August 31, 2020 15:22
Show Gist options
  • Save BryanBarrera/7431da090c544850f3ddae6e8958cb7a to your computer and use it in GitHub Desktop.
Save BryanBarrera/7431da090c544850f3ddae6e8958cb7a to your computer and use it in GitHub Desktop.
fatal: No such remote 'origin' FIX
// 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
@iphostx00y
Copy link

excellent thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment