1

我正在尝试使用以下代码从我的更新后挂钩 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

任何想法?

4

0 回答 0