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
Run haxelib git [somelib] [git-address] [some dir] . The directory part is needed
Run that again, and select n for the question if we should overwrite the branch
See the error
This seems to be a regression, as we never had that before updating to Haxe 3.4
Example:
$ haxelib git logging git@github.com:proletariatgames/logging.git master src
Installing logging from git@github.com:proletariatgames/logging.git branch: master
Development directory set to /usr/lib/haxe/lib/logging/git/src
$ haxelib git logging git@github.com:proletariatgames/logging.git master src
You already have logging version git installed.
Overwrite branch: <unspecified> with "master" [y/n/a] ? n
Updating logging version git ...
Error: [file_contents,/usr/lib/haxe/lib/logging/.current]
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
haxelib git [somelib] [git-address] [some dir]
. The directory part is neededn
for the question if we should overwrite the branchThis seems to be a regression, as we never had that before updating to Haxe 3.4
Example:
The text was updated successfully, but these errors were encountered: