赞
踩
$ ssh-keygen -t rsa -b 4096 -C “your_email@example.com”
创建一个
ssh
秘钥 有提示选y
表示覆盖本地ssh key
创建好后,密钥一般在下面的文件夹下
C:\Users\user(或Administration)\.ssh
接着打开需要上传的仓库,打开个人设置
添加密钥
标题和到期与选项
会自动填充,最后单击添加密钥即可
./git
文件夹url
是HTTPS
,所以每次都要输入用户名和密码[remote “origin”]
fetch = + refs/heads/:refs/remotes/origin/
url = https://username@github.com/username/projectname.git
SSH clone
地址URL
改成 SSH clone
即可[remote "origin"]
url = git@gitcode.net:<username>/<projectName>.git
fetch = +refs/heads/*:refs/remotes/origin/*
git push
了!φ(゜▽゜*)♪Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。