0

how can we find or list ip addresses of computers that pushed, pulled, committed, or cloned a remote repository in git or github?

I have pulled a repository of my own from my github account and for some reason I need to know the ip address of the computer from which I had pushed this repo-

Alejandro
  • 879
  • 11
  • 27
  • 1
    Does this answer your question? [Detect IP address of GitHub commit](https://stackoverflow.com/questions/26983017/detect-ip-address-of-github-commit) – Nico Haase Aug 21 '20 at 06:41

1 Answers1

1

This depends on which version of GitHub you are using and with what privileges. What you are asking for isn't a built in Git capability. However if you have access to the server itself then that information is probably logged somewhere. Examples: GitHub Enterprise servers, or if you use Gitolite or GitLab.

Uberhumus
  • 921
  • 1
  • 13
  • 24