Skip to content

Instantly share code, notes, and snippets.

@mchlwong
mchlwong / command.txt
Created February 6, 2022 11:16
My aria2c command frequently used.
.\aria2c.exe --http-user="my_user_name" --http-passwd="my_pass_word" -x 5 -i "urls.txt" -j 1 -d "D:" --file-allocation=none
git config --global http.proxy http://127.0.0.1:10809
git config --global https.proxy http://127.0.0.1:10809
git config --global --unset http.proxy
git config --global --unset https.proxy