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

theia git extension [publish branch] "permission denied" in askpass.sh #16084

Closed
gattytto opened this issue Feb 19, 2020 · 3 comments · Fixed by eclipse-che/che-theia#673
Closed
Labels
area/plugins kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.

Comments

@gattytto
Copy link

clicking "publish branch" in git extension gives the following FATAL error:
Git: fatal: cannot exec '/default-theia-plugins/vscode-git/extension/out/askpass.sh': Permission denied

.sh file does not have +x mod set.

@gattytto gattytto added the kind/bug Outline of a bug - must adhere to the bug report template. label Feb 19, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Feb 19, 2020
@ericwill
Copy link
Contributor

I think this is something that can be handled as part of #16041

@benoitf benoitf added severity/P1 Has a major impact to usage or development of the system. area/plugins team/plugins and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Feb 19, 2020
@gattytto
Copy link
Author

gattytto commented Mar 7, 2020

@benoitf @ericwill @l0rd :
I have a situation where publishing the branch actually works:
First of all I use "view public ssh key" option in theia, and add it to my github account
2)I git clone the project using git:/ and not https: method. It then uses ssh auth instead.
3)within the theia git section I first click
image the branch name and select "create a new branch" and give it a name.
4)I then go again to the git section of the ide and select the 3 dots and click "publish branch", branch publishes.

@ibuziuk
Copy link
Member

ibuziuk commented Mar 16, 2020

@nickboldt I believe this should be fixed for 7.9.2 to land in CRW 2.1

ericwill added a commit to ericwill/che-theia that referenced this issue Mar 16, 2020
Update the git built-in extension to the latest version (1.43.0)

The sources for the built version can be found here:
https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-git/vscode-git-53810c-sources.tar.gz

See eclipse-che/che#16084

Signed-off-by: Eric Williams <ericwill@redhat.com>
@nickboldt nickboldt mentioned this issue Mar 17, 2020
27 tasks
ericwill added a commit to ericwill/che-theia that referenced this issue Mar 17, 2020
Update the git built-in extension to the latest version (1.43.0)

The sources for the built version can be found here:
https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-git/vscode-git-1c7fa0-sources.tar.gz

See eclipse-che/che#16084

Signed-off-by: Eric Williams <ericwill@redhat.com>
ericwill added a commit to ericwill/che-theia that referenced this issue Mar 17, 2020
Update the git built-in extension to the latest version (1.43.0)

The sources for the built version can be found here:
https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-git/vscode-git-1c7fa0-sources.tar.gz

See eclipse-che/che#16084

Signed-off-by: Eric Williams <ericwill@redhat.com>
ericwill added a commit to ericwill/che-theia that referenced this issue Mar 17, 2020
Update the git built-in extension to the latest version (1.39.1)

The sources for the built version can be found here:
https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-git/git-1.0.0-f356dc-sources.tar.gz

See eclipse-che/che#16084

Signed-off-by: Eric Williams <ericwill@redhat.com>
benoitf added a commit to benoitf/che-theia that referenced this issue Mar 25, 2020
Fixes eclipse-che/che#16084

Change-Id: I5110ae857e6849b8b8d0ecda67903b612ab59616
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
ericwill pushed a commit to eclipse-che/che-theia that referenced this issue Mar 25, 2020
Fixes eclipse-che/che#16084

Change-Id: I5110ae857e6849b8b8d0ecda67903b612ab59616
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
ericwill pushed a commit to ericwill/che-theia that referenced this issue Mar 25, 2020
…-che#673)

Fixes eclipse-che/che#16084

Change-Id: I5110ae857e6849b8b8d0ecda67903b612ab59616
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
ericwill added a commit to eclipse-che/che-theia that referenced this issue Mar 25, 2020
…685)

Fixes eclipse-che/che#16084

Change-Id: I5110ae857e6849b8b8d0ecda67903b612ab59616
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugins kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants