錯誤提示:
ERROR: Permission to alanchenyan/GitLearn.git denied to deploy key
fatal: Could not read from remote repository.
錯誤解決方案:通過命令生成SSH key,然后將key添加到GitHub的Deploy keys
參考文章:在GitHub多個帳號上添加SSH公鑰
輸入命令:ssh-keygen? -t? rsa -C? 'git-learn'? 然后 一路回車

圖 1
根據(jù)命令窗口中的提示進入本地目錄,拷貝key到GitHub

圖 2

圖 3