git config --global user.name "name"
git config --global user.email "email"
ssh-keygen -t rsa -C "email"
ssh-add id_rsa
添加公钥id_rsa.pub中的内容到ssh key中
git config --global user.name "name"
git config --global user.email "email"
ssh-keygen -t rsa -C "email"
ssh-add id_rsa
添加公钥id_rsa.pub中的内容到ssh key中
本文标题:push时提示403无权限
本文链接:https://www.haomeiwen.com/subject/gmeddxtx.html
网友评论