Jakub T. Jankiewicz
Jakub T. Jankiewicz
Do you use an access token? Did you add proper permissions? Can you push from canonical git with the same authentication method?
Then I have no idea, this project is contributor driven I'm a maintainer but I rarely write any code myself. I'm also not that familiar with the code base and...
And the push was not successful? There are no data on GitHub? Maybe GitHub support will help. Unless you can figure out what exactly is wrong on your own.
I would prefer to update the code to match the docs.
Agree user/password in URL is fine to have in the docs but the main API is using username/password object. AFAIK auth object is `{username, password: token}` (when using access token)...
@konsumer I've merged your PR but I would still check why `onAuth` doesn't work. I understand why username and password don't work (and the docs got updated), but not so...
@ninjadev64 Please share your whole code. It's hard to say if you only shared one function. This is just a tip: if want help from anyone share a self-contained, minimal...
I've just pushed to [the test repo](https://github.com/jcubic/test-repo) with an older version of isomorphic-git, using username and token as password. I'm not sure how the new version is different.
diff is out of scope for this library. But if you want you can implement something like this and share it with others.
There are whole libraries whose only purpose is to create diff between files. So I don't see a reason to add diff to this library. You can use [jsDiff](https://github.com/kpdecker/jsdiff) to...