我正在尝试从以下资源向 Chrome PC 中的 Pushbullet 从 Raspberry Pi 发送推送通知。
键入以下命令后,当它要求输入主机密码时我应该输入什么?
sudo apt-get install curl
curl -u [type your access code here] https://api.pushbullet.com/v2/pushes/ -d type=note -d title="Raspberry Pi" body="Hello World!"
Enter password for host: