diff --git a/plugins/gogs/install.sh b/plugins/gogs/install.sh index 32121e1f0..a00d2641e 100755 --- a/plugins/gogs/install.sh +++ b/plugins/gogs/install.sh @@ -43,7 +43,7 @@ Install_gogs() # useradd -g git git # fi - # git config --global push.default simple + git config --global push.default simple if [ "darwin" == "$os" ];then file=gogs_${version}_darwin_amd64.zip