Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we create publicly access repos while creating repos using git push from command line #12160

Closed
1 of 6 tasks
aakash-v-virani opened this issue Jul 6, 2020 · 1 comment · Fixed by #12169
Closed
1 of 6 tasks

Comments

@aakash-v-virani
Copy link

  • Gitea version (or commit ref): 1.13.0+dev-234-gd9aa007a9
  • Git version: 2.26.2
  • Operating system: ubuntu-18.04
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • [ x] Not relevant
  • Log gist:

Description

After enabling ENABLE_PUSH_CREATE_USER option in app.ini, I am able to create repo using git push but it is always created as private repo.
I am awear that i am update repository visibility using UI after repo creation but is there a way where i can create publicly access repos from command line itself ?
...

Screenshots

@a1012112796
Copy link
Member

Maybe we can add "push options" features like gitlab(https://docs.gitlab.com/ee/user/project/push_options.html),
Then we can get user choices about new repo from it.

@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants