一、在需要作为仓库的目录打开GitBash
1、git init
2、git config --global user.email "you@example.com"
3、git config --global user.name "Your Name"
二、在仓库目录打开GitGUI
Remote->add 进入如下界面,添加远程代码库
一、在需要作为仓库的目录打开GitBash
1、git init
2、git config --global user.email "you@example.com"
3、git config --global user.name "Your Name"
二、在仓库目录打开GitGUI
Remote->add 进入如下界面,添加远程代码库
转载于:https://www.cnblogs.com/njlittlecat/p/9609747.html