GIT - 設置ssh(bitbucket)

安裝git 打開git bash 設置全局用戶名及郵件 $ git config --global user.name "sea" $ git config --global user.email "[email protected]" 生成新的ssh密鑰,密鑰的加密方式爲rsa ssh-keygen -t rsa -C "[email protected]" 一路回車生成後,在C:\Users\
相關文章
相關標籤/搜索