GitHub 使用 git.io 縮網址 1 curl -i https://git.io -F "url=<想縮短的網址>" -F "code=<自訂短網址名稱>" 1 2 curl -i https://git.io -F "url=https://google.com" -F "code=Google" HTTP/1.1 201 Created … Location: https://git.io/Google … 1 curl -i https://git.io/Google HTTP/1.1 302 Found … Location: https://google.com …