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 am looking to contribute via forking, but on Windows, git cannot create the following files:
test/fixtures/some \file
test/fixtures/some"file
test/fixtures/some"file
This output is from a git reset, but the problem occurs in cloning and pulling as well:
$ git reset --hard
error: unable to create file test/fixtures/some \file: No such file or directory
error: unable to create file test/fixtures/some"file: Invalid argument
error: unable to create file test/fixtures/some\"file: No such file or directory
fatal: Could not reset index file to revision 'HEAD'.
I don't know where to post issues about the repo itself other than here, sorry :)
Thanks for any help and/or addressing this problem!
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up.
Thank you for contributing <3
I am looking to contribute via forking, but on Windows, git cannot create the following files:
This output is from a git reset, but the problem occurs in cloning and pulling as well:
I don't know where to post issues about the repo itself other than here, sorry :)
Thanks for any help and/or addressing this problem!
The text was updated successfully, but these errors were encountered: