You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/commands/template/buildWithProxy.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,15 @@ export async function buildWithProxy(
18
18
){
19
19
if(!userConfig?.dockerProxySet){
20
20
console.log(
21
-
'There was an issue during Docker authentication. Please follow the workaround steps from https://sandbox.ucloudai.com/docs/troubleshooting/templates/build-authentication-error and then continue.'
21
+
'There was an issue during Docker authentication. Please follow the workaround steps from https://github.com/UCloudDoc-Team/agent-sandbox and then continue.'
22
22
)
23
23
constyes=awaitconfirm(
24
-
'Have you completed the steps from the https://sandbox.ucloudai.com/docs/troubleshooting/templates/build-authentication-error workaround guide?'
24
+
'Have you completed the steps from the https://github.com/UCloudDoc-Team/agent-sandbox workaround guide?'
25
25
)
26
26
27
27
if(!yes){
28
28
console.log(
29
-
'Please follow the workaround steps from https://sandbox.ucloudai.com/docs/troubleshooting/templates/build-authentication-error and then try again.'
29
+
'Please follow the workaround steps from https://github.com/UCloudDoc-Team/agent-sandbox and then try again.'
0 commit comments