If git push origin master
prompts for you UserName when <origin>
is on GitHub, you may need to fix your origin
url, e.g.
1
|
|
The correct url is the GitHub url with read/write access (you get it if you click the SSH button):
If git push origin master
prompts for you UserName when <origin>
is on GitHub, you may need to fix your origin
url, e.g.
1
|
|
The correct url is the GitHub url with read/write access (you get it if you click the SSH button):