-
Notifications
You must be signed in to change notification settings - Fork 175
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
How to process private repositories or local codebase #43
Comments
Hey @BZHuntShampu ! The project used to support Local repositories at some point. How to execute:
PS: Dear Readme-AI team, THANK YOU SO MUCH FOR THIS PRODUCT. It is life changing 💌 |
Thank you for your detailed answer @aanorlondo ! That seems to be working quite well. Do we have any insights as to why the ability to process local repositories is gone ? |
My pleasure @BZHuntShampu :) Regarding the reasons of why it is not working, the answer should be around:
In my case, the remote repo and the local repo do not have the same name. Maybe it has something to do with it ? As of when it will be back in the future, I can't answer that, I am not a contributor to the project. @eli64s any thoughts ? |
Hey, thanks for raising the issue @BZHuntShampu and the analysis @aanorlondo! I made a small update to the To get the upgrade, run the following: pip install --upgrade readmeai Let me know if this fixes the issue for you all. |
Great, thanks for the quick update @eli64s ! The updated version accepted my local repository. I am running Kali-Linux over WSL on Windows 11 22H2 |
Thanks @eli64s for the quick intervention, you rock! I'll let you know if it fixes the issue when I have some time. @BZHuntShampu, you could run the latest version to get the last upgrades and the old version to get the tree ;) |
@BZHuntShampu Tree is now working once more for local repositories. Once again update to the latest version using: pip install --upgrade readmeai Cheers 🙂 |
Amazing ! Thank you for your work ! |
Hi !
This project seems really cool and I'd love to try it on some of my repos.
However, those repos are private and can only be cloned via SSH (
git clone git@github.com:<owner>/<repo>
)From the documentation, I was under the impression it is possible to provide the local path to the codebase in order to generate the README :
My issue is that the command doesn't seem to accept either git repositories in the
git@github.com:<OWNER>/<REPO>
format or local path to a git repository as in~/projects/my-awesome-project
When using local path to codebase :
When providing path to private repo :
I would love for anyone to enlighten me regarding the use of SSH cloning and local codebase for this cool project
The text was updated successfully, but these errors were encountered: