Skip to content

Commit 909728f

Browse files
committed
add claude prompt
$destArg = "-dest:contentPath=$env:DEPLOY_SITE,computerName=https://$($env:DEPLOY_HOST):8172/msdeploy.axd,userName=$env:DEPLOY_USER,password=$env:DEPLOY_PASSWORD,authType=Basic"
1 parent 055c0bf commit 909728f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/llm/claude.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,4 +1191,10 @@ More Information: Could not connect to the remote computer ("https"). Make sure
11911191
Error: The remote name could not be resolved: 'https'
11921192
Error count: 1.
11931193
Write-Error: Deployment failed with exit code -1
1194-
Error: Process completed with exit code 1.
1194+
Error: Process completed with exit code 1.
1195+
I don't know what else to say why is the remote called "https"?
1196+
wait I think I know why
1197+
```
1198+
$destArg = "-dest:contentPath=$env:DEPLOY_SITE,computerName=https://$($env:DEPLOY_HOST):8172/msdeploy.axd,userName=$env:DEPLOY_USER,password=$env:DEPLOY_PASSWORD,authType=Basic"
1199+
```
1200+

0 commit comments

Comments
 (0)