Community Tip - You can change your system assigned username to something more personal in your community settings. X
Issues and Error, which I am getting during code push to Azure DevOps.
1 ----------------------------------------------------------------------------
Error in: GIT.Utility.Thing.AddNewRepo javascript service. Message ::Unable to create thing: GitAzureThing : [1,018] Data store unknown error: [Error occurred while accessing the model provider.]
2----------------------------------------------------------------------------
Unable to Invoke Service Checkout on TestAzure : Ref origin/master cannot be resolved. ----(Main issue)
3----------------------------------------------------------------------------
org.eclipse.jgit.api.errors.TransportException: http//AzureLinkHere: cannot open git-upload-pack__ at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:249)
4----------------------------------------------------------------------------
And Branches is not in Dropdown, which I created in Azure DevOps and Unable to checkout Branch also.
Can anyone assist me about this issues.
regards,
Hrishabh Sharma
Can you try to delete ghost entities and/or to restart the platform? The first error might indicate that thing was already created but there was an exception while doing so. I don't know about the second issue, but maybe it's caused by the first one.
Will do.
Can't tell, but the error is raised in jgit api. It's probably not the extension, but something with the link you gave it or the authentication that's not working.
Also, considering that this is not an officially supported PTC Extension, please report any issues here: https://github.com/PTCInc/thingworx-gitbackup-extension/issues
That is the only place where I handle these issues, not in the forum. With this approach I have a single place where everyone can see all the issues others might have encountered, and it allows a far easier search.
@VladimirRosu , that's not issues. Am unable to configure git with azure devops and code is not pushing to Azure Devops.
hi @Hrishabh.Sharma ,
I understand, the "issue" name is a bit misleading. I will rephrase: any sort of question you might have regarding the GitBackup extension should be reported in the link above. I'm assuming the documentation was read, right?