Feeling stupid, but I can't figure out what to do here.
I have a local copy of the repository stored on a remote server. The remote server has the changes I need, and I made changes to my local copy. I cannot click because I need to combine the changes with a newer version existing on the server. When I pull, I get this error:
git pull origin master From server.name:reponame * branch master -> FETCH_HEAD fatal: failed to symlink 'path/to/filename ': File name too long
Not sure what will be here. The crazy thing is that the path/to/filename file is the actual file, not a symbolic link. In addition, path/to/filename not even the longest path.
It is actually unclear where to start debugging this problem.
source share