git生成秘钥
生成git秘鑰
1.設置賬號和郵箱
git config --global user.name “自已的名字” 例:git config --global user.name “zhangsan”
git config --global user.email “自己的郵箱” 例:git config --global user.email “zhangsan@qq.com”
2.查看秘鑰是否存在
cd ~/.ssh
3.生成秘鑰
ssh-keygen -t rsa -C “zhangsan@qq.com”
4.然后把秘鑰拷貝到git上:(下方文件中的內容)
放到截圖位置,添加就行
———————————————
總結
- 上一篇: 为什么是百度先造出了“知识型网红”
- 下一篇: PyTorch 自然语言处理(Natur