Description
- Gitea version (or commit ref): 1.5.1
- Git version:
- Operating system: Windows 10 Pro
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
I'm not entirely sure this is something I'm doing with SSH pushes or its gitea/node-red, nothings actually giving me any error information. Its all in an internal network so we rarely use SSH but its becoming more common so we try to move to it where possible. Node-RED use is one of those cases so we setup SSH on Gitea and setup a deploy key.
We can see remote commits etc in node-red's UI, but nothing actually shows up in Gitea we still get the blank placeholder page. Hopefully the screenshots explain it better.
We can even clone the repo in Node-red and it recreates itself fine
Screenshots
Node-red commit history (Its kind of like VSCodes git UI)
remote url matches and it knows theres a push to go up
I can even clone the repo and see some files in it, node-red uses flow.json to rebuild itself I thought the README might actually show up though?