Got this error message:
[ljcohen@dev-intel16 Porites_astreoites_larvae_salinity]$ git push origin master
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/ljcohen/Porites_astreoites_larvae_salinity.git/info/refs
fatal: HTTP request failed
Googled problem and found this: http://stackoverflow.com/questions/25931684/git-push-error-could-not-resolve-host-name
Tried this, but did not work:
remote set-url origin ssh://[email protected]:ljcohen/Porites_astreoites_larvae_salinity.git
Then this worked:
remote set-url origin https://[email protected]/ljcohen/Porites_astreoites_larvae_salinity/
anand@DESKTOP-CJT6ER2 MINGW64 ~/Desktop/Jenkins_Git/AWS (master)
$ git push --set-upstream origin master
remote: Permission to anandha1991/AWS.git denied to nephosuser.
fatal: unable to access 'https://github.com/anandha1991/AWS.git/': The requested URL returned error: 403
Need some help here!..
I'm trying git push but it's failing for me.