[GH-ISSUE #208] UppHub problem when TheIDE is installed under a folder with spaces #81

Closed
opened 2026-05-05 03:38:25 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @izabala123 on GitHub (Oct 9, 2024).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/208

Now UppHub fails to run git clone if the folder where TheIDE is installed has spaces.

This can be solved by replacing in file ide/UppHub.cpp, line 555

cmd << ' ' << dir;

with

cmd << " \"" << dir << "\"";

image

Best regards
Iñaki

Originally created by @izabala123 on GitHub (Oct 9, 2024). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/208 Now UppHub fails to run git clone if the folder where TheIDE is installed has spaces. This can be solved by replacing in file ide/UppHub.cpp, line 555 `cmd << ' ' << dir;` with `cmd << " \"" << dir << "\"";` ![image](https://github.com/user-attachments/assets/c519a5af-6af7-40f6-9539-06e05bccb861) Best regards Iñaki
Author
Owner

@mirek-fidler commented on GitHub (Oct 10, 2024):

Thanks!

On Wed, Oct 9, 2024 at 5:04 PM Iñaki Zabala @.***>
wrote:

Now UppHub fails to run git clone if the folder where TheIDE is installed
has spaces.

This can be solved by replacing in file ide/UppHub.cpp, line 555

cmd << ' ' << dir;

with

cmd << " "" << dir << """;

image.png (view on web)
https://github.com/user-attachments/assets/c519a5af-6af7-40f6-9539-06e05bccb861

Best regards
Iñaki


Reply to this email directly, view it on GitHub
https://github.com/ultimatepp/ultimatepp/issues/208, or unsubscribe
https://github.com/notifications/unsubscribe-auth/AARH236PY4RHQW2NJU7DFELZ2VAYJAVCNFSM6AAAAABPUYHPYGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TMMRQG43TKNY
.
You are receiving this because you are subscribed to this thread.Message
ID: @.***>

<!-- gh-comment-id:2404571854 --> @mirek-fidler commented on GitHub (Oct 10, 2024): Thanks! On Wed, Oct 9, 2024 at 5:04 PM Iñaki Zabala ***@***.***> wrote: > Now UppHub fails to run git clone if the folder where TheIDE is installed > has spaces. > > This can be solved by replacing in file ide/UppHub.cpp, line 555 > > cmd << ' ' << dir; > > with > > cmd << " \"" << dir << "\""; > > image.png (view on web) > <https://github.com/user-attachments/assets/c519a5af-6af7-40f6-9539-06e05bccb861> > > Best regards > Iñaki > > — > Reply to this email directly, view it on GitHub > <https://github.com/ultimatepp/ultimatepp/issues/208>, or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AARH236PY4RHQW2NJU7DFELZ2VAYJAVCNFSM6AAAAABPUYHPYGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TMMRQG43TKNY> > . > You are receiving this because you are subscribed to this thread.Message > ID: ***@***.***> >
Author
Owner

@izabala123 commented on GitHub (Oct 11, 2024):

You're welcome!

<!-- gh-comment-id:2406604156 --> @izabala123 commented on GitHub (Oct 11, 2024): You're welcome!
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#81
No description provided.