
git
hashdog
写下疑问,记录成长
展开
-
GitHub为项目添加LICENSE协议
1.点击Create new file 2.输入LICENSE,右边会出现一个选项按钮Choose a license template,点击它 3.选择协议模板,我这里选择的Apache开源协议 4.点击Review and submit 5. 提交,提交选择默认第二个创建分支,我这里是选择的第一个,直接提交到主分支 6.提交之后刷新,可以看到自己的...原创 2020-01-28 14:36:00 · 3143 阅读 · 0 评论 -
GitGUI使用教程(git提交代码到码云)
一.安装Git https://blog.youkuaiyun.com/corleone_4ever/article/details/104085494 二.配置Git 如果成功安装git,就可以任意地方右键选择git bash git config --global user.name "你的名字" git config --global user.emai...原创 2020-01-26 00:53:54 · 2622 阅读 · 1 评论 -
Windows系统Git安装教程
Windows系统Git安装教程 下载 https://blog.youkuaiyun.com/corleone_4ever/article/details/104085444 安装 01、使用许可声明 点击“Next”进入下图页面: 02、选择安装路径 在输入框内输入想要安装到的本机路径,也就是实际文件夹位置,或点击“Browse...”选择已经存在的文件夹,然后点击“Next...原创 2020-01-26 00:12:55 · 326 阅读 · 2 评论 -
git下载地址
淘宝npm镜像 https://npm.taobao.org/mirrors/git-for-windows/ git官网下载 地址:https://github.com/git-for-windows/git/releases/ 国内通过git官网下载很慢,建议用淘宝npm镜像 安装教程:https://blog.youkuaiyun.com/corleone_4ever/articl...原创 2020-01-25 23:52:53 · 234 阅读 · 0 评论