We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8345bb commit b4ab292Copy full SHA for b4ab292
1 file changed
docs/git.mdx
@@ -171,7 +171,6 @@ await sandbox.git.dangerouslyAuthenticate({
171
username: process.env.GIT_USERNAME,
172
password: process.env.GIT_TOKEN,
173
host: 'git.example.com',
174
- protocol: 'https',
175
})
176
177
// After this, HTTPS git operations can use the stored credentials.
@@ -187,7 +186,6 @@ sandbox.git.dangerously_authenticate(
187
186
username=os.environ.get('GIT_USERNAME'),
188
password=os.environ.get('GIT_TOKEN'),
189
host='git.example.com',
190
- protocol='https',
191
)
192
193
# After this, HTTPS git operations can use the stored credentials.
0 commit comments