①git账号

②电脑安装git https://git-scm.com/downloads 傻瓜式安装 配置path变量

vscode 同步git

我的安装完自动就配置好变量了

③vscode配置中文语言

快捷键ctrl+shift+p或者view---configlanguage

添加"locale":"zh-CN",或者去掉注释

vscode 同步git

vscode 同步git

④vscode "查看" 终端"

vscode 同步git

⑤cd 你想存放的目录,我的是d盘gov文件夹

⑥git clone https://github.com/*****/BM-project.git 你的git项目地址

⑦项目成功导入成功

⑧ 进入“C:\Program Files\Git” 右键“git bash here” 

 ssh-****** -t rsa -C "*****@hotmail.com"

Enter passphrase (empty for no passphrase): 直接enter两次即可

 

vscode 同步gitvscode 同步git

⑨复制到git

vscode 同步git

 

vscode 同步git

即可

 

相关文章:

  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2022-01-19
  • 2021-10-08
  • 2022-01-16
猜你喜欢
  • 2021-10-04
  • 2021-07-08
  • 2021-11-14
  • 2021-09-11
  • 2021-11-02
  • 2021-07-24
相关资源
相似解决方案