Git staging does not push files to BitBucket repository

Having trouble installing Oxygen? Got a bug to report? Post it all here.
rajrev-drut2024
Posts: 1
Joined: Wed Feb 19, 2025 5:05 pm

Git staging does not push files to BitBucket repository

Post by rajrev-drut2024 »

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!
sorin_carbunaru
Posts: 434
Joined: Mon May 09, 2016 9:37 am

Re: Git staging does not push files to BitBucket repository

Post by sorin_carbunaru »

Hi,

I would be interested in seeing the logs. To activate full logging do the following:
1. Download the ZIP from files/1412250812002745.zip.
2. Extract the logback.xml file from the ZIP in the lib folder from the Oxygen installation directory.
3. Restart Oxygen.
4. Reproduce the problem (try to push).
5. Close the application.
6. Delete the logback.xml file because it might cause performance issues if you leave it in the lib folder.

The resulting log files are located in the Desktop\oxygenLog folder. ZIP this folder and send it to us at support@oxygenxml.com for further analysis.

All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
sorin_carbunaru
Posts: 434
Joined: Mon May 09, 2016 9:37 am

Re: Git staging does not push files to BitBucket repository

Post by sorin_carbunaru »

Hi,

It seems in the "Plugins / Git Client / SSH Connections" preferences page you have the "Use SSH agent" checkbox deactivated. If you activate it, does it work? BTW, if you are on Windows, I recommend you select "Win32 OpenSSH" as the SSH agent.

All the best,
Sorin Carbunaru
Oxygen XML Editor
Post Reply