提交 656ddabc 编写于 作者: M Marc Cornellà

Merge pull request #5009 from cosmosgenius/github-gitio-bug

Moved git.io url to https
...@@ -71,7 +71,7 @@ exist_gh() { # [DIRECTORY] ...@@ -71,7 +71,7 @@ exist_gh() { # [DIRECTORY]
# #
git.io() { git.io() {
emulate -L zsh emulate -L zsh
curl -i -s http://git.io -F "url=$1" | grep "Location" | cut -f 2 -d " " curl -i -s https://git.io -F "url=$1" | grep "Location" | cut -f 2 -d " "
} }
# End Functions ############################################################# # End Functions #############################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册