Actions
Bug #11857
openGIT: не находит логин/пароль при попытке Publish local changes
Status:
Verified
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08/24/2022
Due date:
% Done:
100%
Estimated time:
Detected in build:
1.4.720
Platform:
Linux x64
Published in build:
1.4.720
Description
Воспроизводится и на Windows, и на Linux (x64).
1. Импортируем проект из Git (в Requality Explorer контекстное меню Import -> Projects from GIT -> Clone и т.д.).
2. Меняем что-то в проекте.
3. Вызываем на проекте Repository -> Publish local changes
Возникает окно с сообщением об ошибке. Публикация в Git не осуществляется.
org.eclipse.jgit.api.errors.TransportException: http://sed.ispras.ru/git/arch-testing.git: Authentication is required but no CredentialsProvider has been registered at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:222) at com.unitesk.requality_git.core.core.GitManipulator.fetch(GitManipulator.java:1380) at com.unitesk.requality_git.eclipse.comm.GitPush$2.runInWorkspace(GitPush.java:100) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:43) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) Caused by: org.eclipse.jgit.errors.TransportException: http://sed.ispras.ru/git/arch-testing.git: Authentication is required but no CredentialsProvider has been registered at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:534) at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:362) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:105) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:91) at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1260) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:211) ... 4 more
Actions