Skip to main content
13-Aquamarine
October 18, 2024
Question

Unable to confiure Git extension (thingworx) with Azure Devops.

  • October 18, 2024
  • 2 replies
  • 1967 views

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----------------------------------------------------------------------------

HrishabhSharma_0-1729230445220.png

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

2 replies

Rocko
19-Tanzanite
October 18, 2024

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.

13-Aquamarine
October 18, 2024

Will do.

19-Tanzanite
October 18, 2024

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.

13-Aquamarine
October 18, 2024

@VladimirRosu_116627 , that's not issues. Am unable to configure git with azure devops and code is not pushing to Azure Devops.

19-Tanzanite
October 18, 2024

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?