Blogger Information
Blog 18
fans 0
comment 3
visits 12750
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
vscode上布署gitee的几个要点,无法上传项目可参考
P粉019280626
Original
501 people have browsed it

vscode上布署gitee的几个要点,无法上传项目可参考

  1. 安装git软件,github、gitee等都是基于git软件的服务所以一定要有git软件。

  2. vscode一定要安装git,它好像是集成,因为我从扩展程序中搜不到。在我不小心关掉后怎么都打不开。后在运行框输入@builtin,找到git扩展程序,开启。 

  3. 安装后git init 和gitee的用户名邮箱说明。(前提是注册gitee)

  4. 产生的https地址复制后在vscode里Ctrl + shift + p输入git:克隆回车

  5. 再粘贴https地址,选择存储库URLhttps地址。

  6. 跳出文件夹中选择GIT安装的文件夹,比如C盘GIT,D盘GIT等。

  7. 需要gitee用户名和密码请输入。

  8. 点打开后做测试,新建,更改到内容暂存,可输入记录说明后点提交,完成后再点推送。


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments