Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

371
Visualizações
No author information was supplied by the version control system

I just updated my Xcode to version 10.2 (10E125).

A moment I want to commit, I get this message:

enter image description here

After I click on fix:

enter image description here

I have filled in the information, but I’m still getting that message above.

What's the reason?

over 4 years ago · Santiago Trujillo
3 Respostas
Responde à pergunta

0

You can set the author information using Terminal. It might be possible that xCode has the author data but it's not actually set in Git config.

Setting your Git username for every repository on your computer

1) Open Terminal.

2) Set a Git username:

$ git config --global user.name "Mona Lisa"

3) Confirm that you have set the Git username correctly:

$ git config --global user.name
> Mona Lisa

Setting your Git username for a single repository

1) Open Terminal.

2) Change the current working directory to the local repository where you want to configure the name that is associated with your Git commits.

3) Set a Git username:

$ git config user.name "Mona Lisa"

4) Confirm that you have set the Git username correctly:

$ git config user.name
> Mona Lisa

Source: https://help.github.com/en/articles/setting-your-username-in-git

over 4 years ago · Santiago Trujillo Relatório

0

Click on "Fix" and provide your Git username and email. This fixed my issue.

over 4 years ago · Santiago Trujillo Relatório

0

Just click Fix and enter your customized Author Name & Author Email to fix the problem.

enter image description here

But if you accidentally press Cancel and forget to fix the problem, can we still develop an iOS App?

In fact, it is possible, but there will be problems when we are doing version management and committing. Therefore, in order for the project to be successfully committed, we need to open the Preferences window of Xcode, switch to the Source Control tab, and enter Author Name & Author Email on the Git page.

enter image description here

And go to a git tag and fill the information as above image

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda