Running rebaseall on Cygwin
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 5
--
Chapters
00:00 Running Rebaseall On Cygwin
00:48 Accepted Answer Score 14
01:11 Answer 2 Score 6
01:23 Answer 3 Score 0
01:50 Thank you
--
Full question
https://superuser.com/questions/231590/r...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windowsxp #cygwin
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 5
--
Chapters
00:00 Running Rebaseall On Cygwin
00:48 Accepted Answer Score 14
01:11 Answer 2 Score 6
01:23 Answer 3 Score 0
01:50 Thank you
--
Full question
https://superuser.com/questions/231590/r...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windowsxp #cygwin
#avk47
ACCEPTED ANSWER
Score 14
Try invoking ash
by giving its full pathname. For example, if you installed Cygwin into C:\cygwin\
, then you would type this into the Start/Run dialog box:
C:\cygwin\bin\ash.exe
This should start the ash
shell, within which you can then invoke /bin/rebaseall
.
ANSWER 2
Score 6
If you are running Cygwin-X make sure the X is closed, not just the xterms.
ANSWER 3
Score 0
Expanding on this comment, using Win 10 and Msys2 from PortableApps, I went to Task Manager.
Given the large number of running processes, I sorted the list by the column "Command line".
There I found my ssh-agent (/usr/bin/ssh-pageant
) from Msys2 still running.
I killed it, and then I could rebaseall
.