随笔分类 -  git

摘要:设置提交用户名 git config --global user.name "user.name" 设置提交邮箱 git config --global user.email "xxx@xxx.com" 生成本地密钥 ssh-keygen -t rsa -C 'xxx@xxx.com' 生成的密钥和 阅读全文
posted @ 2025-03-24 18:23 马永猛 阅读(46) 评论(0) 推荐(0)
摘要:1、右击git bash here 2、执行 git config --global http.sslVerify "false" 阅读全文
posted @ 2021-12-29 09:47 马永猛 阅读(66) 评论(0) 推荐(0)