You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
457 B
16 lines
457 B
cmdkey /delete:LegacyGeneric:target=git:https://gitee.com
|
|
cmdkey /generic:LegacyGeneric:target=git:https://gitee.com /user:18946740350 /pass:mdcija780522
|
|
cmdkey /list:LegacyGeneric:target=git:https://gitee.com
|
|
|
|
:: https://blog.csdn.net/huihuikuaipao_/article/details/100183521
|
|
git config --global core.autocrlf false
|
|
::git config --global core.autocrlf true
|
|
|
|
git add -A .
|
|
git commit -am 'commit'
|
|
git pull
|
|
::git fetch
|
|
git push origin master
|
|
|
|
|