- 本地安装ssh,生成公钥、私钥
- 把公钥复制到微信开发者平台https://git.weixin.qq.com/profile/keys/new
- 本地安装Git
Git全局设置
git config --global user.name "叫个沃特" git config --global user.email "oncwnuDduNiK1aphgriA9GbeUP7g@git.weixin.qq.com"
- 创建项目 https://git.weixin.qq.com/projects/new
- clone 到本地 git clone git@git.weixin.qq.com:A-stranger/test.git
- 本地更改推送到远程仓库。