update,
This commit is contained in:
11
gitUpdate.sh
11
gitUpdate.sh
@@ -2,12 +2,19 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
git config --global core.compression 0
|
||||||
|
|
||||||
|
git config --global credential.cacheOptions "--timeout 86400"
|
||||||
|
git config --global credential.useHttpPath true
|
||||||
|
|
||||||
|
git config --global http.postBuffer 157286400
|
||||||
git config --global http.version HTTP/1.1
|
git config --global http.version HTTP/1.1
|
||||||
git config --global lfs.allowincompletepush true
|
git config --global lfs.allowincompletepush true
|
||||||
git config --global lfs.locksverify true
|
git config --global lfs.locksverify true
|
||||||
git config --global http.postBuffer 5368709120
|
|
||||||
|
|
||||||
git add .
|
git config --global pack.window 1
|
||||||
|
|
||||||
|
# git add .
|
||||||
|
|
||||||
git commit -m 'update,'
|
git commit -m 'update,'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user