简体   繁体   中英

Have cloned GIT repo but cant see the repo in Github

Ive given my SSH key to the maintainer of a GIT repository. My key must have been added as I was able to clone the repository locally.

Now I want to see a list of my commits in Github but I cant see them or even the repository. Where would I find this and is it possible to have your SSH key allowed but not be added to the repo in Github?

I assume the repository is a private one. So its only accesible if you are the owner or acces is explicitely granted.

On github you can give access to user accounts (ie, access via https possible) and also to ssh keys (eg for buildbots which are not associated to an account but only with a repository; this way this ssh key can only access this repo but no other repos - this can be useful to mitigate security issues if this ssh key gets compromised).

I suppose the latter case is the case you are in.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM