Skip to content

Instantly share code, notes, and snippets.

View endachao's full-sized avatar
🏠
Working from home

Enda endachao

🏠
Working from home
View GitHub Profile
@endachao
endachao / mail
Created February 7, 2017 01:09
自建邮件服务器解决方案
https://www.v2ex.com/t/338364
https://kn007.net/topics/postfix-summary-add-points-other-drip/
@endachao
endachao / git-pull
Created February 6, 2017 06:58
git pull 报错的解决方法
git reset --hard HEAD    
git clean -f -d    
git pull