[Git] fatal: early EOF
git config --global core.compression 0
git clone --depth 1
git fetch --unshallow
git pull --all
git config --global core.compression 0
git clone --depth 1
git fetch --unshallow
git pull --all
brew install bash-completion
echo "" >> ~/.bash_profile
echo "#Git Completion" >> ~/.bash_profile
echo ""[ -f ~/.git-completion.sh ] && . ~/.git-completion.sh" >> ~/.bash_profile
Help git help -a:顯示所有指令 git 指令…
熱血人次: 3501. Generate SSH Key
2. Copy & Paste the rsa key to Bitbucket
3. Open SourceTree or other tools to clone ( start with git:// )
本篇文章主在紀錄安裝 msysgit 時的重點步驟
熱血人次: 1006