git-subrepo icon indicating copy to clipboard operation
git-subrepo copied to clipboard

git subrepo push on pristine remote fails when LANG!=C

Open joluxer opened this issue 2 years ago • 0 comments

Hello, interesting tool, that I want to improve.

My problem arised as follows:

  • checked out some repository by git clone
  • created a subrepo by git subrepo init
  • tried to push by git subrepo push, getting error: git-subrepo: Fetch for push failed: fatal: Konnte Remote-Referenz master nicht finden., which is essentially "could not find remote reference for master".
  • Finally succeeded by setting LANG=C. Did the latter to get english error message, but ended up with push success.

joluxer avatar Dec 12 '22 13:12 joluxer