Я пытаюсь отправить сообщение в свободном канале от моего 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
Есть идеи?