Hello,
But on the contrary only the currently open tab repository is getting refreshed. Linking SourceTree to Stash: The Certificate for This Server Is Invalid SourceTree Freezes When Cloning a Subversion Repository Renaming a File for Case Under Git Source Control is not updated by SourceTree on Mac OS X Using SourceTree 1.5.3 with UTF-8. Refreshing remote repositories failed. XML Word Printable. Type: Bug Status: Needs Triage (View Workflow). Sourcetree 4.0.2, macOS 10.15.6. Oct 29, 2019 Why do we need to refresh ' REMOTES ' status in SourceTree? Assuming that all members of your team are working in a repository. One day, a member of your team deleted a remote branch in the repository and other members should get a refresh on their SourceTree's 'REMOTES' to know that, that branch was deleted.
I am having an error when I try to push my changes to a remote repository.
This is a sumarry of what I did:
Refreshing Remote Repositories Failed Sourcetree Code
1- On the remote server, create the repository using 'git init /root/my_project'
2 - On the remote server, I added the files with 'git add file.txt'
3 - On the remote server, I've commited my changes with 'git commit -a -m 'description of commit'
4 - On my machine, I've used git clone ssh://root@192.168.1.2:22/root/my_project/
5 - Then on my machine, I make some changes to files and commit them using the same commands as on the remote server.
Free download program patch for the guild 2. 6 - Then, after the commit, I try to use the command 'git push' with defaults to my origin and the master branch but I always get the same error message:
root@192.168.1.2r's password:Counting objects: 5, done.Delta compression using up to 2 threads.Compressing objects: 100% (3/3), done.Writing objects: 100% (3/3), 317 bytes | 0 bytes/s, done.Total 3 (delta 2), reused 0 (delta 0)remote: error: refusing to update checked out branch: refs/heads/masterremote: error: By default, updating the current branch in a non-bare repositoryremote: error: is denied, because it will make the index and work tree inconsistentremote: error: with what you pushed, and will require 'git reset --hard' to matchremote: error: the work tree to HEAD.remote: error:remote: error: You can set 'receive.denyCurrentBranch' configuration variable to
remote: error: 'ignore' or 'warn' in the remote repository to allow pushing into
remote: error: its current branch; however, this is not recommended unless youremote: error: arranged to update its work tree to match what you pushed in some
remote: error: other way.remote: error:remote: error: To squelch this message and still keep the default behaviour, set
remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'.To ssh://root@192.168.1.2:22/root/my_project/ ! [remote rejected] master -> master (branch is currently checked out)error: failed to push some refs to 'ssh://root@192.168.1.2:22/root/my_project/'
Can you guys help me with this? I don't know where I am wrong.
Your remote server has to be 'bare' and it doesn't look like yours was..
Hence the error message 'By default, updating the current branch in a non-bare repository remote: error: is denied..'
Refreshing Remote Repositories Failed Sourcetree Software
Your command should've been something like this:
~ $ git init --bare my_project.git
I hope that helps
Best Regards Does hayatos dmg go crazy at max defminew.
AJ
This is a sumarry of what I did:
Refreshing Remote Repositories Failed Sourcetree Code
1- On the remote server, create the repository using 'git init /root/my_project'
2 - On the remote server, I added the files with 'git add file.txt'
3 - On the remote server, I've commited my changes with 'git commit -a -m 'description of commit'
4 - On my machine, I've used git clone ssh://root@192.168.1.2:22/root/my_project/
5 - Then on my machine, I make some changes to files and commit them using the same commands as on the remote server.
Free download program patch for the guild 2. 6 - Then, after the commit, I try to use the command 'git push' with defaults to my origin and the master branch but I always get the same error message:
root@192.168.1.2r's password:Counting objects: 5, done.Delta compression using up to 2 threads.Compressing objects: 100% (3/3), done.Writing objects: 100% (3/3), 317 bytes | 0 bytes/s, done.Total 3 (delta 2), reused 0 (delta 0)remote: error: refusing to update checked out branch: refs/heads/masterremote: error: By default, updating the current branch in a non-bare repositoryremote: error: is denied, because it will make the index and work tree inconsistentremote: error: with what you pushed, and will require 'git reset --hard' to matchremote: error: the work tree to HEAD.remote: error:remote: error: You can set 'receive.denyCurrentBranch' configuration variable to
remote: error: 'ignore' or 'warn' in the remote repository to allow pushing into
remote: error: its current branch; however, this is not recommended unless youremote: error: arranged to update its work tree to match what you pushed in some
remote: error: other way.remote: error:remote: error: To squelch this message and still keep the default behaviour, set
remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'.To ssh://root@192.168.1.2:22/root/my_project/ ! [remote rejected] master -> master (branch is currently checked out)error: failed to push some refs to 'ssh://root@192.168.1.2:22/root/my_project/'
Can you guys help me with this? I don't know where I am wrong.
Your remote server has to be 'bare' and it doesn't look like yours was..
Hence the error message 'By default, updating the current branch in a non-bare repository remote: error: is denied..'
Refreshing Remote Repositories Failed Sourcetree Software
Your command should've been something like this:
~ $ git init --bare my_project.git
I hope that helps
Best Regards Does hayatos dmg go crazy at max defminew.
AJ
Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.