随笔分类 -  Github实用技巧

摘要:/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 直接输入即可,期间会安装git,这个是必须的,不能跳过。 阅读全文
posted @ 2022-01-26 13:38 Suugee 阅读(70) 评论(0) 推荐(0)
摘要:git 1. git push 免密码 通用情况 使用文件创建用户名和密码 文件创建在用户主目录下: touch .git-credentials vim .git-credentials https://{username}:{password}@github.com 记得在真正输入的时候是没有大 阅读全文
posted @ 2022-01-26 13:12 Suugee 阅读(2218) 评论(0) 推荐(0)