Error in windows when cloning ERPNext

Hello All,

i am getting the following error when i am cloning the ERPNext, however i think this is due to name of the file, please can you look into this.

Cloning into 'erpnext-frappe'...
remote: Counting objects: 169769, done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 169769 (delta 5), reused 0 (delta 0), pack-reused 169747
Receiving objects: 100% (169769/169769), 185.95 MiB | 707.00 KiB/s, done.
Resolving deltas: 100% (124680/124680), done.
Checking connectivity... done.
error: unable to create file erpnext/docs/assets/img/articles/Screenshot from 2014-11-18 17:56:19.png (Invalid argument)
error: unable to create file erpnext/docs/assets/img/articles/Screenshot from 2014-11-18 18:00:57.png (Invalid argument)
error: unable to create file erpnext/docs/assets/img/articles/Screenshot from 2014-11-18 18:09:42.png (Invalid argument)
error: unable to create file erpnext/docs/assets/img/articles/Screenshot from 2014-11-18 18:13:22.png (Invalid argument)
Checking out files: 100% (3792/3792), done.
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'

Thanks

We are not supporting Windows!

I know that windows is not supported, however this issue is due to the naming conventation for those files.

however, i fixed the naming and created a pull request. i am not talking about the installation atleast the cloning should work and i executed a manual clone command.

https://github.com/frappe/erpnext/pull/4659/files

please looking into this pull request.

Thanks

1 Like