A
A
antbelogurov2020-11-28 21:34:15
git
antbelogurov, 2020-11-28 21:34:15

How to clone a project?

I'm trying to upload a large project via git clone
It gives an invalid path error (although the file exists and the path is correct)

5fc29856ab21a934486372.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Vasilyev, 2020-11-28
@antbelogurov

It says what to do:

You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'

And your problem is that the project is being built for a different OS, you do not create a file with a dot.
Conditionally the project under Linux, and you clone in Windows.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question