Replies: 1 comment 2 replies
-
That's a great problem to tackle! To your questions. How can I inject my server certificate into gitoxide?One can set the git configuration Do I need to create a local git repo (folder) in order to fetch from repo and process the information in memory?Yes, All the best! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear gitoxide community,
I am building a cli in Rust which interacts with a self hosted git repository supported by gitea (https://about.gitea.com/). One of the functionalities of this cli is to show refs (tag and branch name), author name/email, committer name/email and commit date and time for a specific sha value from the remote repo.
My problem is that this remote repo has a self signed certificate.
My questions are:
thank you very much
Beta Was this translation helpful? Give feedback.
All reactions