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
When I do a git clone on this repository with Git for Windows, I get the following errors
error: invalid path 'src/content/pages/knowledgebase/android/what permissions does your app require and why?.md'
fatal: unable to checkout working tree
or
error: unable to create file src/content/pages/knowledgebase/android/what permissions does your app require and why?.md: Invalid argument
Bug report
Describe your environment
Describe the problem
When I do a
git clone
on this repository with Git for Windows, I get the following errorsor
Steps to reproduce:
git clone https://github.com/ivpn/ivpn.net.git
or
git init
git remote add origin https://github.com/ivpn/ivpn.net.git
git config core.protectNTFS false
git pull origin main
Observed Results:
Simply running
git clone
will result in an "invalid path" error.And if you do it the way I wrote above, starting with
git init
, I get an "unable to create file" error.Expected Results:
It is expected that no errors will occur and that all files will be retrieved from the repository and reflected in the local repository.
Thank you.
The text was updated successfully, but these errors were encountered: