vscode终端中就可操作
初始化
git init
链接 git
git remote add origin http://**************.git
拉取项目
git clone http://*************.git
参考博客:https://www.cnblogs.com/liu-26/p/11653828.html
vscode终端中就可操作
初始化
git init
链接 git
git remote add origin http://**************.git
拉取项目
git clone http://*************.git
参考博客:https://www.cnblogs.com/liu-26/p/11653828.html
原文:https://www.cnblogs.com/poowicat/p/14707537.html