Github user NightOwl888 commented on the issue:
https://github.com/apache/lucenenet/pull/189
Nope, I have permissions issues:
```
F:\Projects\lucenenet>git push upstream master
Enter passphrase for key '/c/Users/Shad/.ssh/id_rsa':
ERROR: Sorry, but @apache has blocked access to SSH keys created by some
third-party applications. Your key was created before GitHub tracked keys
created by applications, so we need your help.
If you personally created this key, you can approve it at:
https://github.com/settings/ssh/audit/3046281/policy
Otherwise, please upload a new key:
https://github.com/settings/ssh
Fingerprint: 87:d3:f4:6f:df:78:25:86:fa:cf:20:1a:bc:50:56:ab
[EPOLICYKEYAGE]
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
```
So I went to the URL and approved the SSH key and then...
```
F:\Projects\lucenenet>git push upstream master
Enter passphrase for key '/c/Users/Shad/.ssh/id_rsa':
ERROR: Permission to apache/lucenenet.git denied to NightOwl888.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
```
I am pushing to the GitHub repo (mirror). When I tried to push to the
Apache repo, I got:
```
F:\Projects\lucenenet>git push apache master
fatal: remote error: access denied or repository not exported:
/lucenenet.git
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---