R
R
run1822017-07-27 09:45:26
git
run182, 2017-07-27 09:45:26

Why is the repository not completely cloned from the server, I use GitKraken?

Good morning!
There was such a problem that the repository from the server is copied partially. Why is this happening and how can it be fixed.
I use GitKraken, I don't get any errors during the cloning process. I just started getting into git.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ilya Karavaev, 2017-07-27
@Quieteroks

You would indicate the language in which you write. Or a framework.
In general, this is normal when not all files are stored in the repository. Many files can be ignored, up to and including entire folders.
For example, Yii has a vendor folder. It is not stored in the repository, but pulled through composer.
You are most likely in a similar situation.

X
Xeli, 2017-07-27
@Xeli

At the root of the repository is the .gitignore file. See what it says.
ps It's good practice to only index directly working files. There is no point in indexing third-party libraries and frameworks and it is labor-intensive.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question