tuist / tuist

Tuist's CLI
https://tuist.io
MIT License
4.57k stars 553 forks source link

fix: do not require remote when `tuist --help` #6819

Closed vladimirleonidovich closed 1 week ago

vladimirleonidovich commented 2 weeks ago

What happened?

tuist --help requires a remote for some reason. I typed the command and got a message you can see in the error log below.

How do we reproduce it?

Open your terminal and type the following commands:

cd ~
mkdir issue
cd issue
git init
tuist --help

Error log

The 'git' command exited with error code 2 and message:
error: No such remote 'origin'

Consider creating an issue using the following link: https://github.com/tuist/tuist/issues/new/choose

macOS version

13.5

Tuist version

4.26.0

Xcode version

14.1

tangzhen commented 1 week ago

this issue should fixed by: https://github.com/tuist/tuist/issues/6736#issuecomment-2385269641

fortmarek commented 1 week ago

Correct. We can reopen if you're still running into this issue in the latest tuist version.