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
I tried to completely delete the directory of the bundle expecting that if my .git directory was broken it would fix it, but even with the bundle missing in my local dir i get the same error.
If you got any advice, i'll be very thankfull.
The text was updated successfully, but these errors were encountered:
Hello,
I'm not sure the issue is from the bundle itself or my config but i didn't find any solution until now so maybe you can help me somehow.
i'm running a composer update on my project, and each time the process stop because of jms/translation-bundle with this error message :
Updating jms/translation-bundle dev-master (1.1.0 => 5918bcc)
[RuntimeException]
Failed to execute git status --porcelain --untracked-files=no
' atal: Reference has invalid format: 'refs/remotes/origin/1.0
my composer.json contains this :
"require": {
....
"jms/translation-bundle": "dev-master",
....
}
I tried to completely delete the directory of the bundle expecting that if my .git directory was broken it would fix it, but even with the bundle missing in my local dir i get the same error.
If you got any advice, i'll be very thankfull.
The text was updated successfully, but these errors were encountered: