2017-06-01 69 views
-2

我無法推動該項目在cmd中使用以下命令來Github上:混帳推-u起源主無法使用命令推到github上:混帳推-u起源主

remote: Permission to shashank136/Django_polling_App.git denied to rishidada136. fatal: unable to access ' https://github.com/shashank136/Django_polling_App.git/ ': The requested URL returned error: 403

我的github帳戶使用id [email protected]

任何想法如何解決這一問題error.I'm新Github上

+1

的可能的複製[推到Git的返回錯誤代碼403致命的:HTTP請求失敗(https://stackoverflow.com/問題/ 7438313/push-to-git-returning-error-code-403-fatal-http-request-failed) –

+0

他們有廣泛且非常用戶友好的[help](https://help.github.com/articles/推到一個遠程/) – yorodm

回答

0

有不同的可能性,爲什麼你沒有得到進入回購:

1)首先確保遠程是正確的:

git remote -v 

確認它指向正確的github回購

2)確保您的用戶名和電子郵件的混帳配置是正確使用

git config user.email 

如果他們是從你的帳戶GitHub的不同,糾正他們使用

git config user.email "<your email associated with github"> 

3)確保您的密碼是正確的: 可以使用更新您的密碼:

git config --global user.password 
git remote set-url origin https://[email protected]/<user-name>/<repo-name>.git