Cron 設置git自動提交腳本 不能 push

1.自動提交的腳本git 文件名: /home/user/project_path/push.sh $: sudo chmod a+x push.shbash #bin/bash cd project_path GIT=`which git` ${GIT} add --all time=`date` ${GIT} commit -m "提交的時間是: $time" HOME=/home/user
相關文章
相關標籤/搜索