🆘If your question is about a specific job, please include the Job ID.
You can find it by clicking the (i) button at the top right of the job’s chat window (after closing the preview).
If it’s not related to a specific job, no worries — just let us know how we can help!
We’ll get back to you ASAP!
#Solved!
1 messages · Page 1 of 1 (latest)
Hey You can create a Github account and upload all files to a new Github repository. Hope it helps!
dont work i have to many files
You can upload a folder as well. otherwise, you can install Git via terminal and then do it.
This article can help - https://stackoverflow.com/questions/12799719/how-to-upload-a-project-to-github
won't work for me
To https://github.com/xyticmanje/schulapp-9.git
! [rejected] main -> main (non-fast-forward)
error: failed to push some refs to 'https://github.com/xyticmanje/schulapp-9.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. If you want to integrate the remote changes,
hint: use 'git pull' before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
There are some hints in the message.
You can try the following -
git pull --rebase origin mainÂ
git push origin main
got it already but thanks for this sir