-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error when trying to import hono #43
Comments
@CalebeMito it seems like you're trying to create/bootstrap a new application with Hono's CLI utility for creating new apps (declared when you used There is no need to create new applications. I recommend that you take a look at the contribution guide from the repo in order to understand how to setup the development environment step-by-step. Let me know trough this issue if you have further related issues. |
hello thanks, I understand, now I have a problem installing npm
|
This means that the |
thank you very much!!!!!!
|
hello @ernestoresende you can help me again please i am can`t make push for my pgadmin, I don't know if it sets the correct password for postgree, how can I check?
|
Clone the provided
Try running the command again and it should properly push the schema to the database if it's correctly setup within the Docker container |
can you give me a tip on how to do git pull and update in my location? |
see the errors, It seems that my SSH key is not registered root@calebe-Nitro-AN515-57:/home/calebe/Project_CBB/open-visit# git pull https://github.com/thtsystems/open-visit.git main
|
You seem to have messed up your SSH settings, which is unrelated to the repository cloning itself. The SSH keyring is only an authorization method by which you're telling the Note that you won't be able to use SSH authentication to clone the repository from this remote, because from Github's perspective, you're not a member of the organization, but an outside collaborator. You will be able to clone through HTTPS, but trying to push directly to a branch in this remote will fail. The recommended workflow is to:
That way, you won't be prevented from pushing changes, as the remote will be your personal fork, not the organization repo. Let me know if Git operations are being too big of a roadblock for you or other collaborators, as this may signal that I'll have to write up a guide or open some after-hours session focusing on Git/GitHub collaboration workflow. |
hello can you help me with this error when import hono
Originally posted by @CalebeMito in #18 (comment)
The text was updated successfully, but these errors were encountered: