1.设置全局账号密码

git config --global credential.helper store

 

2.初始化目录

git init

 

3.添加git路径

git remote add origin https://*.git

 

4.拉取代码

git pull origin *