1. 查看本机是否存在ssh

cd ~/.ssh

2. 创建ssh

ssh-keygen

3. 查看ssh

cat ~/.ssh/id_rsa.pub

4. 添加到远程仓库

5.配置全局usename.useremail

git config --global user.name "xxx"

git config --global user.email "xxx@xxx"

相关文章:

  • 2022-12-23
  • 2021-10-20
  • 2022-01-28
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2021-06-24
  • 2021-07-01
猜你喜欢
  • 2022-12-23
  • 2021-06-07
  • 2021-08-04
  • 2021-12-15
  • 2022-12-23
  • 2021-04-19
  • 2021-08-16
相关资源
相似解决方案