We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5099b commit aa920ecCopy full SHA for aa920ec
git_repo/repo.py
@@ -355,6 +355,8 @@ def do_create(self):
355
if not self.user_name and not self.repo_name:
356
self.set_repo_slug('/'.join([service.user,
357
os.path.basename(os.path.abspath(self.path))]))
358
+ if not self.user_name:
359
+ self.user_name = service.user
360
service.create(self.user_name, self.repo_name, add=self.add)
361
log.info('Successfully created remote repository `{}`, '
362
'with local remote `{}`'.format(
0 commit comments