I am trying to install an app from github. its a private repository and the command i used is:
bench get-app [repo-link]
it’s giving me an error of
remote: Repository not found.
fatal: repository ‘[git repo link]’ not found
is it because it’s a private repo or something else is the issue from my end?
Check the post.
I checked out the post. They are telling the same thing right ! to use the command :
bench get-app app-name or bench get-app [github-repo] and i have used the same but still getting an error
I am not trying to install erpnext. it’s already installed on my bench. I am trying to get a custom app from github. the github repo is private.
then you have to enter the username or token. but I think your case, check whether the app is available or not.
have you found a solution? what was the issue?
At which point is one expected to enter the username and token. It never requested for it.
Did you find the solution? What did you do?
If custom_app
is a Private GitHub repository, you need to request access from the repository owner.
Ask the owner to add your SSH key or grant you access to the repository.
I have access to the Github repository. I
Thank you so much for your response. But I have access to the GitHub repository
So what’s your problem?
What steps are you following for getting the app?