老師 我在github 上新建了一個測試倉庫,但是克隆不下來
Cloning into 'MyTest'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
報這個錯誤
Cloning into 'MyTest'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
報這個錯誤
2019-03-24
舉報
2019-03-24
如果選擇https的方式,就可以使用賬號+密碼clone項目。
如果說要免密方式,可以使用SSH:
參考:github使用ssh密鑰