Pushing but nothing happens

NilsJohanSoderberg
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 21, 2022

When I push to my Bitbucket repository, using Visual Studio 2022, I get the following message:

Opening repositories:
C:\UnityProjekt\******\*****
Pushing master
Everything up-to-date

But in fact, nothing happens.

 

1 answer

1 accepted

0 votes
Answer accepted
Karthick S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 21, 2022

Hello @NilsJohanSoderberg

Welcome to the Atlassian Community!

Could you please check if any untracked files in the repository? You can check with the below command:

git status

If there are, you can add them and push them to the remote. 

git add .
git commit -m "commit message"
git push origin master

Let us know if you have any questions.

Kind regards,

Karthick S

NilsJohanSoderberg
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 26, 2022

I just remade the repository and its working now :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events