git config --local http.postBuffer 524288000
git remote rm origin
git remote add origin 'clone with http' ##need to input the username and password of gitlab account on 91 : ...@...com+...
git clone 'clone with http' ##in order to have the permission
##replace the files in the cloned folder --> in order to have the permission
git init
git add .
git commit -m 'first update ~~~~~'
git push -u origin master