vscode通过链接拉取git项目
vscode通过链接拉取git项目
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