To now I have used Git from the Command Line Runner and from GitHub Desktop.
I tried to use GitKraken ,but there is one really big issue with it. I have repository, which has really nested folders, which exceed the 256 length.This problem is easy resolvable with Git and GitHub Desktop, because you go to .gitconfig
and add under the core section - longpaths = true
.
The problem is I cant find the .gitconfig
file that GitKraken is using and so I cant disable the longpaths and clone my repository via GitKraken.
I have two questions:
- How to enable long paths for GitKraken so I can clone my repository?
- Where is the .gitconfig file that GitKraken is using?