Answer the question
In order to leave comments, you need to log in
Location of git and its config on the webserver?
I set up git on the server for auto-deploy, the structure is like this
domain.ru
- ssh
- id_rsa
- id_rsa.pub
- config
- known_hosts
- git
- app
- public_html
git config --list
then the console is silent. Git does not see this config at all, how can I specify the path to it? Answer the question
In order to leave comments, you need to log in
I think you need to start with the fact that the folder should be called .ssh
(dot at the beginning of the name).
Well, .git
similarly.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question