將應用推送到github時出現問題。這就是我在命令行輸入的內容。希望這只是我能解決的一個小問題,謝謝。試圖推送到git存儲庫的問題
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:travi5567/first_app.git
git push -u origin master
這是我的錯誤:
Traviss-MacBook-Pro:sample_app Travis$ git push -u origin master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.