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
I setup bitbucket, but then pressed ^C during github.
Re-running config prompted me to configure the bitbucket service, and the default was Y, but then it failed.
$ git repo config
Do you want to configure the bitbucket service?
[Yn]>
Fatal error: A token has been generated for this service. Please revoke and delete before proceeding.
IMO the prompt and default should indicate that it is already ready to use.
The text was updated successfully, but these errors were encountered:
First anniversary release 🎂
This release marks the first anniversary
and 10th release of git-repo 🎉
Now git-repo supports 6 git services:
github, gitlab, bitbucket,
gogs, gitea and gitbucket
It supports the following commands:
clone, fork, create, delete,
add, open, ls, request, gist
And it's becoming relatively stable
(keep sending bug reports 🙏)
♥ Contributors
Thanks to @kounoike for the gitbucket support 🙌
Now there are three contributors promoted to collaborators:
* @kounoike, @pyhedgehog and @Crazybus
🚧 Features
* When add has no parameters, add default remote #100#141
* When add has 'upstream' parameter, add the upstream remote #99#141
* Use default branch instead of hardcoded 'master' #91
* Refactor and complete bitbucket support #43#11#80#14#89#90#79
* Loosen versions of dependencies #133
* Report if the service is already setup #136
* Adds GitBucket support #142#144
* Adds support for ssh:// URL #148
🚒 Bugfixes
* fix various crashes #152
* fix gitlab clone crash #129
* fix request create command #147#127
* fix request fetch command #138#131
* fix wizard crash #149
* fix mishandling of renamed gitlab project urls #137
📝 Documentation
* documentation #145
Signed-off-by: Guyzmo <[email protected]>
I setup bitbucket, but then pressed ^C during github.
Re-running config prompted me to configure the bitbucket service, and the default was Y, but then it failed.
IMO the prompt and default should indicate that it is already ready to use.
The text was updated successfully, but these errors were encountered: