0

It's my first useing git I want to clone "unfp", so i use $ git clone https://github.com/UNF/unfp.git

Cloning into 'unfp'... fatal: unable to access 'https://github.com/UNF/unfp.git/': OpenSSL SSL_connect: Connection was reset in connection to github.com:443

but it show the error I need your help.

2pha
  • 9,798
  • 2
  • 29
  • 43
vaishali
  • 11
  • 3
  • Do you have access to the repository on the website? – Martin Jun 24 '22 at 06:57
  • 1
    Does this answer your question? [What is the right .gitconfig syntax for http.sslCAInfo certificate for specific server?](https://stackoverflow.com/questions/23293417/what-is-the-right-gitconfig-syntax-for-http-sslcainfo-certificate-for-specific) – Martin Jun 24 '22 at 06:58
  • 1
    You asked pretty much the same question 2 days ago. Does this answer your question? [how to solve the gitbash clone fatal error](https://stackoverflow.com/questions/72699597/how-to-solve-the-gitbash-clone-fatal-error) – 2pha Jun 24 '22 at 10:19

1 Answers1

0

you may have to setup SSO/SSH for authentication

  • 2
    please update your answer with explanations according to Stackoverflow guidelines! – vinceAmstoutz Jun 24 '22 at 07:55
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Ethan Jun 25 '22 at 21:21