git

不再关注网络安全

brew update慢,brew install慢如何解决?

brew update慢,brew install慢如何解决?

主要是资源访问太慢造成的,替换默认源镜像就行。 brew使用国内镜像源 这里用中科大的,另外还有清华的可用 # 步骤一 cd "$(brew --repo)" git remote set-url origin https://mirrors.tuna.tsingh...

SS用户自定义规则User Rules无效的原因

SS用户自定义规则User Rules无效的原因

很奇怪为什么连githubusercontent.com这种git的附件域名都被。 User Rules无效 根据User Rules提示 ! Put user rules line by line in this file. ! See https://adblockplus.org/en/filter-cheatsheet...

Git 建仓合仓简易教程

Git 全局设置: git config --global user.name "id" git config --global user.email "email" 12 ...

项目管理 Git 常用命令

项目管理 Git 常用命令

Git 是一个很强大的分布式版本控制系统,它不但适用于管理大型开源软件的源代码,管理私人的文档和源代码也有很多优势。 Git 常用命令 1) 远程仓库相关命令 检出仓库:$ git clone git://github.com/jQu...