You could run a script like this instead of calling git directly. #!/bin/bash REALGIT=/usr/bin/git RETRIES=3 DELAY=10 COUNT=1 while [ $COUNT ...
確定! 回上一頁