Error uploading github file

Asked 2 years ago, Updated 2 years ago, 39 views

I got this error from push while uploading the file to github. Help me figure it out remote. Everything's fine There was no error when uploading the first file last time.

github git

2022-09-21 17:23

1 Answers

This is because content that has not been worked locally exists on the remote server.

Git pull, download the remote server code, and then push.

It is expected that conflict will occur in the push process.


2022-09-21 17:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.