Skip to content
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

git push - unknown error #52

Open
RassaLibre opened this issue Feb 1, 2015 · 3 comments
Open

git push - unknown error #52

RassaLibre opened this issue Feb 1, 2015 · 3 comments

Comments

@RassaLibre
Copy link

Hello,
I am trying to push a directory into a repo and everything works except from the push command. It does not say anything, the callback does not get executed and I have no idea where is the problem. My implementation:

repo.remote_push("origin","master",function(err){
    console.log(err);
});

I do "add" and "commit" before it of course. Anybody who can help? Since it does not tell me anything, It is hard to tell what went wrong.

@RassaLibre
Copy link
Author

Ok so I figured out where is the problem. This is happening only when I am running my server via nodemon. "node server.js" works without any troubles. Strange.

@notatestuser
Copy link
Owner

Ah that's a strange one. Would you mind reopening for further investigation?

@RassaLibre
Copy link
Author

No problem. Just to be more specific. It really is the problem, because when I run my server with "node server.js" command, everything works as it should. The same thing happens with other NodeJS modules for Git such as Nodegit.

@RassaLibre RassaLibre reopened this Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants