I am working on project with Composite Project and when click Save and Share project ,
Getting Below Error. But I am able to commit the project with Composite Project = false.
using GIT Plug IN
- Caused by: org.eclipse.jgit.errors.TransportException:
https://abc@rndwww.xyz.abc.net/git/scm/~abc/rate_api.git: 401 Unauthorized - at org.eclipse.jgit.transport.TransportHttp$Service.openResponse(TransportHttp.java:879)
- at org.eclipse.jgit.transport.TransportHttp$MultiRequestService.execute(TransportHttp.java:981)
- at org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream.read(TransportHttp.java:907)
- at org.eclipse.jgit.util.io.UnionInputStream.read(UnionInputStream.java:145)
- at org.eclipse.jgit.util.IO.readFully(IO.java:246)