摘要: 源代码推送 添加到本地仓库 git init git add . git commit -m "Notes" 推送到远程仓库 git remote add origin https://github.com/ieeqc... git push -u origin master warning: LF 阅读全文
posted @ 2021-01-18 18:24 南方与南 阅读(337) 评论(0) 推荐(0)
摘要: Gentoo Linux Emerge sudo emerge --ask --verbose git Arch Linux yay yay -S git 配置Git 安装完成后, 还需要最后一步设置, 在命令行输入: git config --global user.name "Your Name 阅读全文
posted @ 2021-01-18 18:19 南方与南 阅读(149) 评论(0) 推荐(0)