push to github repo hangs - why?
- Reply: Tomek CEDRO : "Re: push to github repo hangs - why?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Jan 2023 03:35:56 UTC
Hi all, I'm attempting my first push to a GitHub repo in my personal account, using a Personal Access Token (classic) for authentication. The push seems to start off ok, but then seems to hang. Can anyone point out what I'm doing wrong? Thanks, Dale dale@whizzer:/usr/local/www/weberp % git push --set-upstream origin tcpdf-6.6.2 Username for 'https://github.com': Password for 'https://dalers@github.com': Enumerating objects: 69, done. Counting objects: 100% (69/69), done. Delta compression using up to 8 threads Compressing objects: 100% (33/33), done. Writing objects: 100% (36/36), 3.31 MiB | 1.29 MiB/s, done. Total 36 (delta 15), reused 0 (delta 0), pack-reused 0 <<<<<APPEARS TO HANG HERE>>>>>>>>>>> after a couple minutes, I used CTRL-t to see what's happening: load: 0.10 cmd: git 9230 [piperd] 110.50r 0.00u 0.00s 0% 7076k mi_switch+0xc2 sleepq_catch_signals+0x2e6 sleepq_wait_sig+0x9 _sleep+0x1f2 pipe_read+0x3d6 dofileread+0x81 sys_read+0xbc amd64_syscall+0x10c fast_syscall_common+0xf8 ^C dale@whizzer:/usr/local/www/weberp % dale@whizzer:/usr/local/www/weberp % uname -a FreeBSD whizzer 13.1-RELEASE-p3 FreeBSD 13.1-RELEASE-p3 GENERIC amd64 dale@whizzer:/usr/local/www/weberp % git --version git version 2.39.1 dale@whizzer:/usr/local/www/weberp % git remote -v origin https://github.com/dalers/weberp.git (fetch) origin https://github.com/dalers/weberp.git (push) upstream https://github.com/webERP-team/webERP.git (fetch) upstream https://github.com/webERP-team/webERP.git (push) dale@whizzer:/usr/local/www/weberp %