I tried to use terminal to push a folder with images to Github but it stuck after total
each time just as below.
Counting objects: 203, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (176/176), done.
Writing objects: 100% (203/203), 22.12 MiB | 15.70 MiB/s, done.
Total 203 (delta 23), reused 0 (delta 0)
Then I tried to use Github Desktop to sync the commit to Github but it reminds me of fatal: unable to access 'https://github.com/[name]/[repo]': Failed to connect to github.com port 443: Operation timed out
(128)
. I thought it is all because of the size of files and I try to push only one image(size 50KB) to Github. However, it still doesn't work and stuck at the same situation. So how can I upload or push a folder with images quickly to my Github remote repo???