网站已运行 1 年 101 天 16 小时 46 分
8 online · 43 ms
Category
📂Git
1篇
小新
ADV
修改用户git config --global user.name "your name"
git config --global user.email "your email"生成秘钥ssh-keygen -t rsa -C "your_email@youremail.com"不需要密码直接全部enter查看秘钥cat ~/.ssh/id_rsa.pub
1年前 · Git