Saltar al contenido

git branch -M master error: refname refs / heads / master no encontrado fatal: ejemplo de código fallido de cambio de nombre de rama

Ejemplo 1: error: refname refs / heads / master not found

I get into this issue too. The reason is that I didn't have any commit on this 
git repository.

When I run the command git branch -M main. I get the following error message.

	error: refname refs/heads/master not found
	fatal: Branch rename failed

After I add my first commit by the following command, all things works.

	git add .
	git commit -m 'Init'

Ejemplo 2: error: refname refs / heads / master not found

error: refname refs/heads/HEAD not found
fatal: Branch rename failed

$ git checkout -b main
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *