2015-09-23 115 views
-1

有人可以幫我嗎?我正在寫git push -u原創大師和繁榮。這是我收到的所有錯誤。我不太明白這個,問題在哪裏。不能讓git push來源主人

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

你使用** runas **嗎? – Jordon

+1

不,我正在使用Git Shell。 –

+0

你使用** sudo?** git push -f – Jordon

回答

0

403響應是「未授權」,因此您對GitHub有權限問題。很可能你沒有正確設置你的SSH密鑰。這可能有所幫助:Generating SSH Keys

或者,如果它在提示時提示您輸入用戶名和密碼,則可能是輸入錯誤。 This GitHub help page也有設置憑據的一些信息。

+0

我已經生成並在生成SSH密鑰之後那個教程。當我試圖推動它甚至不要求用戶名或密碼,但錯誤。 –