Here is Ghidra build steps:
https://github.com/NationalSecurityAgency/ghidra#build
When I run this command:
gradle -I gradle/support/fetchDependencies.gradle init
The error:
URL: https://github.com/pxb1988/dex2jar/releases/download/v2.1/dex2jar-2.1.zip
Connecting...
Connection error! java.net.ConnectException: Connection timed out: connect
Connecting (2/3)...
I have proxy and try to set proxy like this, but same error.
$env:HTTP_PROXY="http://127.0.0.1:10809"
$env:HTTPS_PROXY="http://127.0.0.1:10809"
Is there another valid method to set powershell proxy?