You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello, interesting tool, that I want to improve.
My problem arised as follows:
git clone
git subrepo init
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".The text was updated successfully, but these errors were encountered: