當我嘗試使用Git推我的應用程序GitHub,我得到如下:運行git remote -v
的如何解決防止產生原因的問題。 GitHub的?
$ git push origin master
Enter passphrase for key '/c/Users/Medicine - SWEng/.ssh/id_rsa':
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly
輸出:
$ git remote -v
heroku [email protected]:young-rain-273.git (fetch)
heroku [email protected]:young-rain-273.git (push)
origin [email protected]:SWEngineer7sample_app.git (fetch)
origin [email protected]:SWEngineer7sample_app.git (push)
sample [email protected]:SWEngineer/sample_app.git (fetch)
sample [email protected]:SWEngineer/sample_app.git (push)
我怎樣才能解決這個問題呢?
你可以做一個'混帳遠程-v'和粘貼在這裏輸出? –
也許配置的URL存在問題。什麼「git遠程顯示來源」顯示提取和推送網址? – dunni
它看起來像你沒有正確設置你的RSA密鑰;檢查githut設置文檔; –