GitHub短网址服务

示例

  • 网址:https://git.io/
  • GitHub作为图床使用时,图片网址过长,可以选择短网址服务。
  • 例如图片:
    ![](https://raw.githubusercontent.com/ds19991999/githubimg/master/picgo/20180730095840.gif),这个网址够长了吧!!!
    GitHub短网址服务_第1张图片
  • 那么它的短网址就是:https://git.io/fAmK0 ,![](https://git.io/fAmK0) ,效果一样
    GitHub短网址服务_第2张图片

自定义git.io后缀

脚本:https://raw.githubusercontent.com/ds19991999/shell.sh/shell/shortgit.sh

用法:

#  shortcode为自定义的后缀
bash shortgit.sh url shortcode
# 一般用法,随机生成短链
bash shortgit.sh url

你可能感兴趣的:(计算机网络,技术)