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
Traceback (most recent call last):
File "/home/tempuser/.local/bin/readmeai", line 8, in <module>
sys.exit(commands())
File "/home/tempuser/.local/lib/python3.9/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
File "/home/tempuser/.local/lib/python3.9/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/home/tempuser/.local/lib/python3.9/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/tempuser/.local/lib/python3.9/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/home/tempuser/.local/lib/python3.9/site-packages/readmeai/cli/commands.py", line 35, in commands
main(
File "/home/tempuser/.local/lib/python3.9/site-packages/readmeai/main.py", line 38, in main
conf.git = GitConfig(repository=repository)
File "pydantic/main.py", line 341, in pydantic.main.BaseModel.__init__
pydantic.error_wrappers.ValidationError: 3 validation errors for GitConfig
repository
Invalid repository URL or path: https://user:[email protected]/devs/ms-test (type=value_error)
source
expected str, bytes or os.PathLike object, not NoneType (type=type_error)
name
expected str, bytes or os.PathLike object, not NoneType (type=type_error)
If I use a public GitHub repository, I don't have any problem.
My question is, can I use a private repository, or is there something wrong with the parameters I'm passing? Any ideas about what might be causing this error?
The text was updated successfully, but these errors were encountered:
Hello everyone, I'm trying to generate a README file using the Docker option:
However, I'm encountering the following error:
If I use a public GitHub repository, I don't have any problem.
My question is, can I use a private repository, or is there something wrong with the parameters I'm passing? Any ideas about what might be causing this error?
The text was updated successfully, but these errors were encountered: