0curl:(7)无法连接到hooks.slack.com端口443:连接被拒绝

时间:2019-10-20 12:56:11

标签: git slack post-update

我正在尝试使用以下代码从更新后的钩子git的松弛通道中发送消息:

#!/bin/bash
#echo "********* Notification Slack *********"
curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World!"}' 
https://hooks.slack.com/services/XXX/xxx/xxxxxx

我遇到此错误:

0curl: (7) Failed to connect to hooks.slack.com port 443: Connexion refused to ssh://ssh..../hub.git

有什么主意吗?

0 个答案:

没有答案