|
@@ -170,7 +170,7 @@ class GitCommand(object):
|
|
|
_setenv(env, 'GIT_CONFIG_PARAMETERS', s)
|
|
_setenv(env, 'GIT_CONFIG_PARAMETERS', s)
|
|
|
if 'GIT_ALLOW_PROTOCOL' not in env:
|
|
if 'GIT_ALLOW_PROTOCOL' not in env:
|
|
|
_setenv(env, 'GIT_ALLOW_PROTOCOL',
|
|
_setenv(env, 'GIT_ALLOW_PROTOCOL',
|
|
|
- 'file:git:http:https:ssh:persistent-http:persistent-https:sso')
|
|
|
|
|
|
|
+ 'file:git:http:https:ssh:persistent-http:persistent-https:sso:rpc')
|
|
|
|
|
|
|
|
if project:
|
|
if project:
|
|
|
if not cwd:
|
|
if not cwd:
|