git init

git init

1
2
3
4
git config --global user.email "smallasa@sina.com"
git config --global user.name "penn"
git config --global push.default simple
git config --global http.postBuffer 24288000

git errors

1
2
3
4
5
6
7
8
9
10
$ git push --set-upstream origin relase
Counting objects: 2707, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2693/2693), done.
Writing objects: 100% (2707/2707), 36.23 MiB | 6.32 MiB/s, done.
Total 2707 (delta 340), reused 0 (delta 0)
error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date