1. 创建 裸库 git init --bare 目录名
2. 克隆 裸库, git clone E:/位置 目录名
3. git commit
4. git push
注意: 裸库 直接调用 git pull 会 出错,必须 先经过一次 push 操作。