我只是克隆的存儲庫,我能夠做一個git commit -m
,但我不能做一個git push
,因爲我收到一個錯誤:推目標錯誤
No configured push destination. Either specify the URL from the command-line or configure a remote repository using
git remote add <name> <url>
and then push using the remote name
git push <name>
我是一個該存儲庫的管理員,但它最初是別人的回購。我該如何解決這個問題?
我得到這個︰致命︰'起源'似乎不是一個混帳存儲庫 致命︰無法讀取遠程存儲庫。 請確保您擁有正確的訪問權限 並存在存儲庫。 – shreyashirday
@ user3140562你是如何克隆這個回購的? 'git remote -v'的輸出是什麼? – kaman
@ user3140562 - 非常奇怪。這些錯誤不應該發生在克隆的repo上。 – manojlds