Error "invalid repository" when pushing #930
Answered
by
qweeah
jjcaballero
asked this question in
Q&A
-
When I do:
I can see the content under But if I try to push something on that folder, I get invalid repository:
What can cause this? I have tried different scenarios: when subfolder exists, when subfolder does not exist, giving artifact type, etc. I understand that an user with write permissions should have permissions to create the subfolder and new file, right? Any hint will be welcome. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
qweeah
Apr 20, 2023
Replies: 1 comment 1 reply
-
repository only allow lower-case letter. newFile is invalid. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jjcaballero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
repository only allow lower-case letter. newFile is invalid.