赞
踩
设置了本地git与github之间通信的密码,github账户只接受合法的SSH KEY 对其下项目进行修改。
git config --global user.name "用户名"
git config --global user.email "邮箱"
ssh-keygen -t rsa -C "邮箱"
git remote add origin git@github.com:用户名/仓库名.git
git branch -M main
git push -u origin main
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。