git update remote origin
It might happen during addition of the repository origin that you typed an incorrect URL ( happened to me :P ) . In such cases you will get an error like this
just update the remote origin with this command
- git remote set-url origin <URL>
No comments:
Post a Comment