Error on creating more than one git repository

bcloob

New member
Joined
Dec 16, 2022
Messages
1
In creating the repository, the first repository is created successfully. But it encounters an error in creating the next repository.
I have attached the error image
I also have access to the server and admin level
where is the problem? :(
 

Attachments

  • Initialize-Repository.png
    Initialize-Repository.png
    43.5 KB · Views: 20
hi @bcloob, this generic message means real cause of the issue is visible in the DirectAdmin logs. You can check them out with the following command:

Code:
journalctl -u directadmin -f
 
Back
Top