curl -d "username=用户名" -d "password=密码" https://seafile.example.com/api2/auth-token/
使用这个命令获取token的时候提示:curl: (6) Could not resolve host: seafile.example.com
怎么解?
curl -d "username=用户名" -d "password=密码" https://seafile.example.com/api2/auth-token/
使用这个命令获取token的时候提示:curl: (6) Could not resolve host: seafile.example.com
怎么解?