cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SAP Web IDE (Git Pane) : Push request - invalid committer

Former Member
0 Kudos

Hi Everyone,

Am stuck up while pushing code into Git Repository.

In my hana cloud portal -> I have created an HTML5 Application -> in development -> I copied the Git repository URL and created a clone of it in my Web IDE.

In the view.js file I wrote a text "Hello World".

This is the error I see when I "push" after "commit" in the Git Pane of SAP Web IDE.

Please suggest if I have missed something here. I also have given the necessary credentials.

Regards,

Lipsa

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

After  giving Git's username (not email id as I was giving earlier), I now see this error:

not authorized

How can I correct this?

Regards,

Lipsa

Former Member
0 Kudos

Hi Lipsa,

have you found a solution for your problem?

We are confronted with the same problem and weren't able to solve it yet.

Best greetings from Switzerland,

Dennis

Former Member
0 Kudos

Hi Dennis and Lipsa,

I had same problem but i have resolved it using the below steps :

1) Go to your HTML5 Application -> Development and copy the Git Repository URL

2) Open your Web IDE, clone the repository and save it. After that the new folder with suffix -1 ,-2 is created. (eg. Demo-1 should be created for Application Demo)

3) Perform the change as per your requirement and save it.

4) Go to Git Pane. You would now be able to see the new entry in the table with Status M (Modified).

5) Select the checkbox - "Stage" and "Amend Changes" for this entry.

6) Click on "Commit".

7) Now click on the "Merge" option.

😎 Pop up for Merge Master opens up.

9) Select Remote Branches -> origin/master and click on Ok. Status shows Merge Completed.

10) Now select this newly created Application Folder (Demo-1) and right click on it. Select the option Git->Push.

11) Select the Remote Branches -> origin/master from the pop up for Push Changes that opens up and click on Ok. Now the status should shows the Push Request is completed successfully.

12) Now go to Development Content for this newly created application on your HCP. Under the development history, new entry would show up for creating new version. New version can be created by clicking on the Create button under Create Version column for this new entry under Development History.

13) Now go to Version Management, and activate this newly created version by confirming the message.

14) Now Test your Application.

Regards,

Mithun

MakotoS
Product and Topic Expert
Product and Topic Expert
0 Kudos

I had the same issue and it was resolved by removing the browser cache.

I entered a wrong credential and that was cached as a browser cache.

After removing browser cache, Web IDE prompted me to re-enter the user ID and password again.

Regards,
Makoto

Former Member
0 Kudos

Hi Mithun,

Thx for your advice.

But, I am getting the error as :-

Push request failed

https://github.com/systemuser/Demoapp.git: not authorized


Even after following your method and creating a duplicate app , the error persists.


Kindly, suggest a way out.


Thx,

Sudipta

Former Member
0 Kudos

Hi ,

I have followed your videos on SAP Web IDE in Setting up SAP River RDE - Part 3 - YouTube

The screen at 5:06, shows the required destination in green and available. How does that happen?

Probably you have the Git Repository settings already done. Having assumed this I have followed the document SAP HANA Cloud Platform - Pushing a File to the Git Repository

But after commit, I am unable to push. And I get the error as above.

Please help.

Regards,

Lipsa