2017-06-07 206 views
1

有一個公共github存儲庫,我想要創建一個pull請求。我在本地計算機上有一個項目,我需要登記並將其發送給他們進行審覈。我已經嘗試了以下並失敗如何在公共github存儲庫上創建git pull請求

git clone public repo 
# create new branch 
# add code in the branch 
git add/commit changes to this new branch 
git push 

當我執行git push時,輸入我的github帳戶憑據並失敗。我知道這應該失敗,因爲我沒有訪問他們的回購,但我做錯了什麼?我需要爲他們創建某種帳戶嗎?

回答

相關問題