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
I'm facing some problems to use Gittyup with one of our projects. The Gittyup don't detect my file changes, don't show pull status and don't show commit options in this project.
Project on Gittyup.
Project on Sourcetree
I believe that this problems occurs because this project has files with long path names, and I tested Gittyup on another project without files with long path names and this problem doesn't occurs.
I already configured git configs to allow long path file names.
I tried change the configuration file as showed in the last imagem, execute the commands git config --system core.longpaths true and git config --global core.longpaths true on prompt window opened as admin. But this problem continue, could you help me?
The text was updated successfully, but these errors were encountered:
Hello,
I'm facing some problems to use Gittyup with one of our projects. The Gittyup don't detect my file changes, don't show pull status and don't show commit options in this project.
Project on Gittyup.
Project on Sourcetree
I believe that this problems occurs because this project has files with long path names, and I tested Gittyup on another project without files with long path names and this problem doesn't occurs.
I already configured git configs to allow long path file names.
I tried change the configuration file as showed in the last imagem, execute the commands
git config --system core.longpaths true
andgit config --global core.longpaths true
on prompt window opened as admin. But this problem continue, could you help me?The text was updated successfully, but these errors were encountered: