This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Git unable to construct submodule's relative path
- From: Andrey Repin <anrdaemon at yandex dot ru>
- To: All <cygwin at cygwin dot com>
- Date: Wed, 26 Jun 2019 19:59:40 +0300
- Subject: Git unable to construct submodule's relative path
- Reply-to: cygwin at cygwin dot com
Greetings, All!
Checking out the https://gitlab.com/norganna-wow/all I've noticed a problem in
updating submodules after first init.
Inspecting the Git config area, I stumbled upon paths like
worktree = ../../../../../../../../../anrdaemon/Documents/Games/WoW/NorgannaAddons/auctioneer/Auc-Advanced
which is obviously wrong.
To begin with, there's not enough parent directories to fill the path, and
even if I correct the path to
worktree = ../../../../auctioneer/Auc-Advanced
the next run of "git submodule update --recursive --remote" trashes it again.
--
With best regards,
Andrey Repin
Wednesday, June 26, 2019 19:21:13
Sorry for my terrible english...
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple