Skip to content

Commit b4ab292

Browse files
rm the protocal stuff, only support https now
1 parent f8345bb commit b4ab292

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/git.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ await sandbox.git.dangerouslyAuthenticate({
171171
username: process.env.GIT_USERNAME,
172172
password: process.env.GIT_TOKEN,
173173
host: 'git.example.com',
174-
protocol: 'https',
175174
})
176175

177176
// After this, HTTPS git operations can use the stored credentials.
@@ -187,7 +186,6 @@ sandbox.git.dangerously_authenticate(
187186
username=os.environ.get('GIT_USERNAME'),
188187
password=os.environ.get('GIT_TOKEN'),
189188
host='git.example.com',
190-
protocol='https',
191189
)
192190

193191
# After this, HTTPS git operations can use the stored credentials.

0 commit comments

Comments
 (0)