在git中使用git.io设置GitHub项目的短链接

在git使用git.io设置GitHub项目的短链接

必须是github.com的URL才可以生成短网址,直接用git软件生成即可。
命令:

# url为github项目地址
# code为短链码
curl -i https://git.io -F url="https://github.com/mworkfun" -F "code=mworkfun"

访问地址:https://git.io/mworkfun

一个url只能对应一个code,如果你想多个code,那就在url上加参数:

curl -i https://git.io -F url="https://github.com/mworkfun?v=1" -F "code=good"

访问地址:https://git.io/good

2、github资料短链接下载:
打开项目,选择Clone and download,然后右键提取下载链接生成短链接即可。
在git中使用git.io设置GitHub项目的短链接_第1张图片

你可能感兴趣的:(git与github使用教程,git,github)