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

posted @ 2021-04-27 09:29  poowicat  阅读(221)  评论(0编辑  收藏  举报