diff --git a/.github/workflows/BBB.yml b/.github/workflows/BBB.yml index 494b44c..beebb7e 100644 --- a/.github/workflows/BBB.yml +++ b/.github/workflows/BBB.yml @@ -111,23 +111,14 @@ jobs: echo "Checking IP with proxy using ALL_PROXY:" curl -s https://httpbin.org/ip || echo "Request failed, even with proxy." - - name: 🌐 Step with Proxy (using wget) + - name: 🌐 Step with Proxy (using wget with debug) env: ALL_PROXY: "socks5://127.0.0.1:1080" http_proxy: "socks5://127.0.0.1:1080" https_proxy: "socks5://127.0.0.1:1080" run: | echo "Checking IP with proxy using wget:" - wget -qO- https://httpbin.org/ip || echo "Request failed, even with proxy." - - - name: 🌐 Step with Proxy (git clone test) - env: - ALL_PROXY: "socks5://127.0.0.1:1080" - http_proxy: "socks5://127.0.0.1:1080" - https_proxy: "socks5://127.0.0.1:1080" - run: | - echo "Testing proxy with git clone:" - git clone https://github.com/httpbin/httpbin.git || echo "git clone failed, likely due to proxy issue." + wget -qO- --timeout=10 --tries=3 https://httpbin.org/ip || echo "Request failed, even with proxy." # ζœ€εŽδΈ€ζ­₯:ιͺŒθ― Trojan-Go δ»£η†ζ˜―ε¦θΏ˜εœ¨θΏθ‘Œ - name: πŸ” ιͺŒθ―δ»£η†ζ˜―否在运葌