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
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:
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.
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.
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:
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.
The text was updated successfully, but these errors were encountered: