“只要你的心是善良的,对错都是别人的事。”
十年磨一剑。。。不错。。。就是背后感觉少了点什么
肯定工作成果
不鼓励加班
允许帮助同事
权责要分明
奖励优秀团队
淡化个人英雄主义
奇葩说
问题描述:
今天用SourceTree克隆Git库,报如下错误:
error: RPC failed; curl 56 SSLRead() return error -36
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
问题解决:
git config http.postBuffer 24288000
brew install git --with-brewed-curl --with-brewed-openssl
问题描述:
今天用SourceTree克隆库的时候,出现了如下报错
warning: templates not found /usr/local/git/share/git-core/templates
问题解决:
在终端输入
sudo mkdir /usr/local/git
sudo mkdir /usr/local/git/share
sudo mkdir /usr/local/git/share/git-core
sudo mkdir /usr/local/git/share/git-core/templates
sudo chmod -R 755 /usr/local/git/share/git-core/templates