Closed
Description
-
Gitea version (or commit ref):
-
Git version:
git version 2.7.4
-
Operating system:
ubuntu 16.04.1
-
Database (use
[x]
):- PostgreSQL
- MySQL
- SQLite
-
Log gist:
Description
I had a bunch of ssh public keys configured, but since an upgrade to gitea I cannot clone repos.
Example from a public repo:
sm@impa:~
ssh [email protected] rc: 128
PTY allocation request failed on channel 0
Hi there, You've successfully authenticated, but Gogs does not provide shell access.
If this is unexpected, please log in with password and setup Gogs under another user.
2016/11/11 23:12:55 <nil>
Connection to s.mcquay.me closed.
sm@impa:~
git clone [email protected]:sm/fo.git rc: 1
Cloning into 'fo'...
Gogs: Repository does not exist or you do not have access
User does not have level read access to repository sm/fo.git
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.