博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年3月30日

摘要: git配置文件 : .git/config 配置存储远程连接用户信息 [credential] helper = store 配置www用户下默认git pull账号和密码,这样每一个新加的项目都不用输入账号 vim ~/.gitconfig; chmod 600 ~/.gitconfig vim 阅读全文

posted @ 2018-03-30 15:06 alex_hrg 阅读(132) 评论(0) 推荐(0)