在自托管windows代理上运行时,Bash任务出现以下错误-
Windows Subsystem for Linux has no installed distributions.
##[error]The process 'C:\Windows\system32\bash.exe' failed with exit code 1
Windows子系统已经安装,我可以通过登录代理来执行bask脚本,但是bash任务不起作用。
如有需要,乐意提供更多资料。
我尝试使用发布管道并设置一个任务“在目标机器上运行powershell”。
以下是错误消息:
##[error]Unable to create pssession. Error: 'Connecting to remote server XXX failed with the following error message : The client cannot connect to the destination specified in the request. Verify that the service on the destination is running and i
我正在尝试为linux机器添加新的用途。我使用了这个命令。
adduser "user_name" -u "UID" -G "GROUP_NAME"
在/etc/shadow中看到条目是
"user_name":$1$IfBL9BXC$ealgUJum3HJsDRqOUY74O1:0:0:99999::::
但当我尝试使用相同的用户名登录时,我的密码被接受,但立即要求我更改密码,如下所示。
You are required to change your password immediately (root enforced)