Compare commits

...

4 Commits

Author SHA1 Message Date
louiscklaw
bb921e0ed1 update, 2025-02-03 10:32:58 +08:00
louiscklaw
1a515dacc9 update, 2025-02-03 10:31:19 +08:00
louiscklaw
2b57733d7f update, 2025-02-03 10:29:00 +08:00
louiscklaw
3a43da9f97 update, 2025-02-03 10:28:31 +08:00
13 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
_del
**/*Identifier
./001_router/素材/*

View File

@@ -5,9 +5,14 @@ set -ex
git config --global http.version HTTP/1.1
git config --global lfs.allowincompletepush true
git config --global lfs.locksverify true
git config --global http.postBuffer 5368709120
git config --global http.postBuffer 157286400
git config --global core.compression 0
git config --global pack.window 1
git config --global credential.useHttpPath true
git add .
git config --global credential.cacheOptions "--timeout 86400"
# git add .
git commit -m 'update,'