C:\row1\dev\LoginApp [master]> git push -u origin master
remote: Permission to ramixxx/LoginApp.git denied to 54ef768b13d2e587d9deebc1dc68997a2d13941e.
fatal: unable to access 'https://github.com/ramixxx/LoginApp.git/': The requested URL returned error: 403
答案 0 :(得分:0)
403响应是“未授权”,因此您对GitHub存在权限问题。您很可能没有正确设置SSH密钥。这可能会有所帮助:Generating SSH Keys
或者,如果它在推送时提示您输入用户名和密码,那么您可能输错了。 This GitHub help page也有一些关于设置凭据的信息。