github修改代码上传步骤小结
发表
背景:gentoo下已经生成shh口令,已经在github上创建仓库。
目标:在archlinux下修改上传randombg脚本到lulinux的github仓库。
步骤:
建立/home/gentoo/.ssh和/home/gentoo/MyGithub的软链接到/home/arche目录下
终端运行cd ~/MyGithub/randombg
终端运行git config --global user.email "lovinux@126.com"
终端运行... 继续阅读 >>