0


GitCode详细使用教程

导航

1、Git下载与安装

1.1 下载

官网:https://git-scm.com/downloads
image.png
点击下载
image.png

1.2 安装

运行安装程序
image.png
没有什么特别要求,一路Next就行,安装路径可以自己改
image.png
安装完成,右键打开Git Bash
image.png
输入

2、Git全局配置

在桌面或任意文件夹下右键,打开Git Bash,输入下列代码进行全局配置:

git config --global user.name ***  # ***为你的gitcode账号
git config --global user.email ***  # ***为你的gitcode默认邮箱

上述代码也可以在gitcode网站中查看:
image.png
image.png

3、GitCode创建项目

  1. 点击新建在这里插入图片描述
标签: gitcode

本文转载自: https://blog.csdn.net/qq_28593347/article/details/139630626
版权归原作者 To澜岚 所有, 如有侵权,请联系我们删除。

“GitCode详细使用教程”的评论:

还没有评论