Hi, I am trying (and failing) to get Git setup and running on a project.
The project was started in SP16.30, but is now updated to SP19 to allow the use of Git.
I have Git installed along with the license.
I tried with a simple 1 PRG project and it works and I can push to a remote server - so I know it is fundimentally working.
When I try to initialise the main project, I always get an error and can't find what is going wrong. There are no POU's, Structures or Folders with spaces or whitespace that I can see.
Any advice where to start looking as the error message is a little vague.
'name' cannot be null or whitespace.
Parameter name: null
Managed to fix this, for anyone else that may come across the problem, I had the recipe manager included in the project - I wasn't using it, but removing it removed the error and allowed me to commit the project to Git.
π
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I am trying (and failing) to get Git setup and running on a project.
The project was started in SP16.30, but is now updated to SP19 to allow the use of Git.
I have Git installed along with the license.
I tried with a simple 1 PRG project and it works and I can push to a remote server - so I know it is fundimentally working.
When I try to initialise the main project, I always get an error and can't find what is going wrong. There are no POU's, Structures or Folders with spaces or whitespace that I can see.
Any advice where to start looking as the error message is a little vague.
Last edit: scoob 2023-04-22
Managed to fix this, for anyone else that may come across the problem, I had the recipe manager included in the project - I wasn't using it, but removing it removed the error and allowed me to commit the project to Git.