將本地代碼託管到github 環境配置

1.安裝git 2.配置賬號信息 git config --global user.name 賬號名稱 git config --global user.email 賬號郵箱 ssh-keygen -t rsa -C "賬號郵箱"  3.將ssh配置到github中。 根據ssh生成的路徑可知,將id_ras.pub文件裏面的內容拷貝值github網站中的setting--> ssh keys -
相關文章
相關標籤/搜索