Skip to content

NIECONN_REFUSED: Unable to create new online repository #269

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

Open
npolina9 opened this issue Apr 7, 2025 · 17 comments
Open

NIECONN_REFUSED: Unable to create new online repository #269

npolina9 opened this issue Apr 7, 2025 · 17 comments

Comments

@npolina9
Copy link

npolina9 commented Apr 7, 2025

Hi Team,

Please check below issue while create creating new online repository for abapGit configuration.

Used prog : ZABAPGIT_STANDALONE from SE38 in SAP ABAP editor

Error: HTTP error 411 occurred: Direct connect to github.com:443 failed: NIECONN_REFUSED(-10)

SAP BASIS team opens firewall and 443 port too.

reference for abapGit configuration :
https://developers.sap.com/tutorials/abap-environment-abapgit..html
https://docs.abapgit.org/user-guide/setup/ssl-setup.html

Please check and revert back with solution at earliest.

Regards,
Nag

@npolina9
Copy link
Author

npolina9 commented Apr 7, 2025

Image

@larshp
Copy link
Member

larshp commented Apr 7, 2025

@larshp larshp changed the title Unable to create new online repository NIECONN_REFUSED: Unable to create new online repository Apr 7, 2025
@npolina9
Copy link
Author

npolina9 commented Apr 7, 2025

Hi, We have seen , its not helpful

@larshp
Copy link
Member

larshp commented Apr 7, 2025

@npolina9
Copy link
Author

npolina9 commented Apr 7, 2025

Hi, same error from above ABAP Program too

@mbtools
Copy link
Member

mbtools commented Apr 7, 2025

It's not ABAP but a general network error. Your basis team has to check the connection on the operating system of the ABAP application server first. For example try to ping github.com. Then curl the repo URL with port 443. If you want to write to a repo, api.github.com must work too.

Also ask them if there's a proxy the requests must go through and if the proxy requires user/password.

These things must work first before using the SSL test program makes sense.

@npolina9
Copy link
Author

npolina9 commented Apr 9, 2025

Latest Error

Image

@npolina9
Copy link
Author

npolina9 commented Apr 9, 2025

Please let me know option to authorized

@larshp
Copy link
Member

larshp commented Apr 9, 2025

@mbtools
Copy link
Member

mbtools commented Apr 9, 2025

You are trying to update abapGit repository directly. This is not allowed. It would work with one of your own repositories.

To request an update for abapGit, you first have to create a fork on GitHub, then change the URL of the repo in abapGit in your system. Now you can stage and commit changes to your fork (recommended to use a new branch). When done, create a pull request in GitHub from your fork to the original abapGit repository. The community will review the changes and provide feedback.

@npolina9
Copy link
Author

npolina9 commented Apr 9, 2025

Image

@npolina9
Copy link
Author

npolina9 commented Apr 9, 2025

Please guide to get access

@mbtools
Copy link
Member

mbtools commented Apr 9, 2025

Do you work for Wiley? Well I have to help because your company has books like Marvel Universe for Dummies! Very cool 😎

403 error means that you are missing permissions to change the repository. The "write" permission must be added to your user (or token). That's done in the settings of the repo on GitHub.

@npolina9
Copy link
Author

npolina9 commented Apr 9, 2025

I have created myself as an Admin, assigned all roles. Please check and let me know path you provide WRITE access if missing

@mbtools
Copy link
Member

mbtools commented Apr 9, 2025

Your fork repo is private so I can't see details (https://github.com/wiley/abapGit -> 404). When you add the repo in abapGit, you should use the main branch (not EMP).

The path for checking access is https://github.com/wiley/abapGit/settings/access.

When you stage changes, then create a new branch and commit changes to it.

@npolina9
Copy link
Author

npolina9 commented Apr 9, 2025

I could achieved. ow new issue in Eclipse

Image

@mbtools
Copy link
Member

mbtools commented Apr 9, 2025

That message is from your system and the ADT plugin for abapGit. We can't help with that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants