(base) PS E:\Code\zero-hour-blog> git clone https://github.com/one-aalam/astro-ink.git ↗ Cloning into ‘astro-ink’… fatal: unable to access ‘https://github.com/one-aalam/astro-ink.git/ ↗’: Failed to connect to 127.0.0.1 port 7890 after 2068 ms: Could not connect to server
解决#
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
bash