赞
踩
长久不用git发现自己都忘记了。。。在此记录下git配置,以便日后查看。
- git config --global user.name "YourName"
- git config --global user.email "your-email@example.com"
ssh-keygen -t rsa -C "your-emial@example.com"
复制C:\Users\Administarator\.ssh\id_rsa.pub的内容,粘贴到gitlab->profile setting->SSH keys
同步代码到本地
git clone 【仓库地址】-b dev
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。