Git development
 help / color / mirror / Atom feed
From: "Ing. Martin Prantl Ph.D." <perry@ntis.zcu.cz>
To: git@vger.kernel.org
Subject: Bug - remote.c:236: hashmap_put overwrote  entry after hashmap_get returned NULL
Date: Thu, 19 May 2022 08:23:25 +0200	[thread overview]
Message-ID: <24f547-6285e280-59-40303580@48243747> (raw)

When I try to push to remote git server, I got:

BUG: remote.c:236: hashmap_put overwrote entry after hashmap_get returned NULL

When I try push to another repository on the same server, it is working correctly. The problem is only with one repo.

Local Git version: 2.36.0.windows.1
Server Git version: 2.19.2

git fsck did not reveal any problem
Checking object directories: 100% (256/256), done.
Checking objects: 100% (23956/23956), done.
Checking connectivity: 18782, done.

git config --list --show-origin
file:C:/Program Files/Git/etc/gitconfig    diff.astextplain.textconv=astextplain
file:C:/Program Files/Git/etc/gitconfig    filter.lfs.clean=git-lfs clean -- %f
file:C:/Program Files/Git/etc/gitconfig    filter.lfs.smudge=git-lfs smudge -- %f
file:C:/Program Files/Git/etc/gitconfig    filter.lfs.process=git-lfs filter-process
file:C:/Program Files/Git/etc/gitconfig    filter.lfs.required=true
file:C:/Program Files/Git/etc/gitconfig    http.sslbackend=openssl
file:C:/Program Files/Git/etc/gitconfig    http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
file:C:/Program Files/Git/etc/gitconfig    core.autocrlf=true
file:C:/Program Files/Git/etc/gitconfig    core.fscache=true
file:C:/Program Files/Git/etc/gitconfig    core.symlinks=false
file:C:/Program Files/Git/etc/gitconfig    core.editor="C:\\Program Files\\Notepad++\\notepad++.exe" -multiInst -notabbar -nosession -noPlugin
file:C:/Program Files/Git/etc/gitconfig    pull.rebase=false
file:C:/Program Files/Git/etc/gitconfig    credential.helper=manager-core
file:C:/Program Files/Git/etc/gitconfig    credential.https://dev.azure.com.usehttppath=true
file:C:/Program Files/Git/etc/gitconfig    init.defaultbranch=master
file:C:/Users/XXX/.gitconfig    user.name=XXX
file:C:/Users/XXX/.gitconfig    user.email=xxx
file:C:/Users/XXX/.gitconfig    credential.helper=manager-core
file:.git/config    core.bare=false
file:.git/config    core.repositoryformatversion=0
file:.git/config    core.filemode=false
file:.git/config    core.symlinks=false
file:.git/config    core.ignorecase=true
file:.git/config    core.logallrefupdates=true
file:.git/config    remote.origin.url=ssh://xxx/volume1/homes/disk_station/git/repo.git
file:.git/config    remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config    branch..remote=origin
file:.git/config    branch..merge=refs/heads/
file:.git/config    branch.master.remote=origin
file:.git/config    branch.master.merge=refs/heads/master

git ls-remote
BUG: remote.c:236: hashmap_put overwrote entry after hashmap_get returned NULL


             reply	other threads:[~2022-05-19  6:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-19  6:23 Ing. Martin Prantl Ph.D. [this message]
2022-05-19  6:58 ` Bug - remote.c:236: hashmap_put overwrote entry after hashmap_get returned NULL Jeff King
2022-05-28  0:12   ` Glen Choo
2022-05-28  0:13   ` Glen Choo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=24f547-6285e280-59-40303580@48243747 \
    --to=perry@ntis.zcu.cz \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox