You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an operation timeout issue when using gitui, but the git command works fine.I suspect it might be related to the network. Does gitui support SOCKS5 or HTTPS proxies in the terminal?
I am in China, and the Great Firewall interferes with access to many websites, including GitHub.
Update:
It has been confirmed as a network issue. Modifying the hosts file is required for normal operation, while Git seems to work fine through the VPN configuration on my machine.
It has been confirmed as a network issue. Modifying the hosts file is required for normal operation, while Git seems to work fine through the VPN configuration on my machine.
There is an operation timeout issue when using gitui, but the git command works fine.I suspect it might be related to the network. Does gitui support SOCKS5 or HTTPS proxies in the terminal?
I am in China, and the Great Firewall interferes with access to many websites, including GitHub.
Update:
It has been confirmed as a network issue. Modifying the hosts file is required for normal operation, while Git seems to work fine through the VPN configuration on my machine.
Steps to reproduce the behavior:
❯ cat $HOME/Library/Caches/gitui/gitui.log
15:27:46 [ERROR] theme error ["/Users/kas/.config/gitui/theme.ron"]: No such file or directory (os error 2)
15:27:46 [TRACE] (1) gitui::app: [src/app.rs:160] open repo at: RefCell { value: Path(".") }
15:27:46 [TRACE] (6) mio::poll: [/Users/brew/Library/Caches/Homebrew/cargo_cache/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.3/src/poll.rs:571] registering event source with poller: token=Token(0), interests=READABLE
15:27:46 [TRACE] (6) mio::poll: [/Users/brew/Library/Caches/Homebrew/cargo_cache/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.3/src/poll.rs:571] registering event source with poller: token=Token(1), interests=READABLE
15:27:46 [TRACE] (1) asyncgit::status: [asyncgit/src/status.rs:102] request: [hash: 8336015990045670590] (type: WorkingDir)
15:27:46 [TRACE] (1) asyncgit::status: [asyncgit/src/status.rs:102] request: [hash: 5851422547442323705] (type: Stage)
15:27:46 [TRACE] (1) gitui: [src/main.rs:215] app start: 9 ms
15:27:46 [TRACE] (1) gitui::app: [src/app.rs:385] update
15:27:46 [TRACE] (3) asyncgit::status: [asyncgit/src/status.rs:160] status fetched: 5851422547442323705 (type: Stage)
15:27:46 [TRACE] (2) asyncgit::status: [asyncgit/src/status.rs:160] status fetched: 8336015990045670590 (type: WorkingDir)
15:27:48 [TRACE] (1) asyncgit::pull: [asyncgit/src/pull.rs:75] request
...
15:29:03 [ERROR] fetch error: git error:failed to connect to github.com: Operation timed out; class=Os (2)
macOS 15.0.1
]The text was updated successfully, but these errors were encountered: