(usually after 2-4 attempts)
# chipignite
u
(usually after 2-4 attempts)
e
I made about 9 attempts, another idea?
🥲 1
u
Once I had it run for like 20 minutes until it eventually succeeded
that's why I run it in a loop 🙂
e
But in what file i need to add
Copy code
while true; do
  git push || true
  sleep 60
done
?
u
just run it in your command line (assuming mac or linux)
for windows the command is slightly different - you can ask ChatGPT (or any other LLM) to find out the command for you
e
ooo thanks I will try it. (Im working on Ubuntu)
✅ 1