我正在尝试使用以下代码从更新后的钩子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
有什么主意吗?