The client uses git extensions, and the remote library is created through gitlab
The protocol of the remote server is lost. You need to go to the config file in the .git directory to add the protocol of the remote library. The remote server should be ssh://git@.... or https://git@... Pay attention to the protocol
The protocol of the remote server is lost. You need to go to the config file in the .git directory to add the protocol of the remote library.
The remote server should be ssh://git@.... or https://git@... Pay attention to the protocol