在crontab中使用git的問題

crontab是linux/MaxOS下經常使用的實現定時任務的指令,可是在crontab中使用git push等須要受權的api時會發生無效而且沒有任何log反饋的狀況,沒有執行push。解決方案是在crontab中使用push等指令時強制設置username和pwdlinux

 

例如git

git push https://username:password@github.com/username/repository.git master
相關文章
相關標籤/搜索