git push hangs on a new computer
Open
Nobody has claimed this yet.
acked
- Dominant language
- Go
- Stars
- 9.2k
- Forks
- 1.3k
- Avg merge
- 12h 58m
- Merged PRs (30d)
- 56
Description
Hi,
git push seems to hang. When it comes to Syncing encrypted data to Keybase: (0.00%) 0.00/9.70 KB it stays there, until I Ctrl+C.
What should I look for?
/Morten
my log id: f3249c5cfb4e6824c254251c
morten@anna:~$ git clone keybase://private/mortenkjarulff/anna_dotfiles
Cloning into 'anna_dotfiles'...
Initializing Keybase... done.
Syncing with Keybase... done.
Counting: 309 bytes... done.
Cryptographic cloning: (100.00%) 309/309 bytes... done.
morten@anna:~$ cd anna_dotfiles/
morten@anna:~/anna_dotfiles$ ls
README.txt
morten@anna:~/anna_dotfiles$ date>>README.txt
morten@anna:~/anna_dotfiles$ git add README.txt
morten@anna:~/anna_dotfiles$ git commit -m update.readme
[master 8e2f36a] update.readme
1 file changed, 1 insertion(+)
morten@anna:~/anna_dotfiles$ git push
Initializing Keybase... done.
Syncing with Keybase... done.
Preparing and encrypting: (100.00%) 3/3 objects... done.
Indexing hashes: (100.00%) 3/3 objects... done.
Indexing CRCs: (100.00%) 3/3 objects... done.
Indexing offsets: (100.00%) 3/3 objects... done.
Syncing encrypted data to Keybase: (0.00%) 0.00/9.70 KB... ^C
(100.00%) 9.70/9.70 KB... done.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report names no source file, test, or entry point beyond git push and the Keybase sync step. Start by reproducing the command and reviewing log ID f3249c5cfb4e6824c254251c; completion would require a confirmed cause and an agreed fix for the hang.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100