Git staging does not push files to BitBucket repository
Posted: Mon Aug 11, 2025 7:26 pm
Hi
When I try to push files to the BitBucket repository I get the following message:
oxygen xml push failed. unable to access remote repository at: git@bitbucket.org:drutcentral/techpubs.git
My configuration file reads as follows:
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "BitBucket"]
url = git@bitbucket.org:drutcentral/techpubs.git
fetch = +refs/heads/*:refs/remotes/BitBucket/*
[branch "master"]
remote = BitBucket
merge = refs/heads/master
Is it required to be connected to my company's VPN to be able to access the BitBucket repository?
Any help in resolving this issue is much appreciated.
Thanks for you support in advance!
When I try to push files to the BitBucket repository I get the following message:
oxygen xml push failed. unable to access remote repository at: git@bitbucket.org:drutcentral/techpubs.git
My configuration file reads as follows:
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "BitBucket"]
url = git@bitbucket.org:drutcentral/techpubs.git
fetch = +refs/heads/*:refs/remotes/BitBucket/*
[branch "master"]
remote = BitBucket
merge = refs/heads/master
Is it required to be connected to my company's VPN to be able to access the BitBucket repository?
Any help in resolving this issue is much appreciated.
Thanks for you support in advance!