My PC have to use proxy to access GitHub (you know why) ```bash git node --proxy $URL land $PR # or git node set proxy="$URL" # set proxy to config # or git node --proxy land $PR # use proxy in config ``` and I will take some time to handle this