Hi,
I’m new to Defold and I just installed it on my macOS (version El Capitan, 10.11.6)
While trying to open any new project I’m unable to create new branch.
Here’s console’s event error details:
com.dynamo.cr.client.RepositoryException: Unable to create branch
at com.dynamo.cr.client.LocalProjectClient.createBranch(LocalProjectClient.java:101)
at com.dynamo.cr.editor.wizards.ConnectionWizardBranchPagePresenter$CreateBranchRunnable.run(ConnectionWizardBranchPagePresenter.java:70)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.io.FileNotFoundException: /Users/nnexus/.defold/.netrc (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:206)
at java.io.FileOutputStream.(FileOutputStream.java:156)
at java.io.FileWriter.(FileWriter.java:90)
at com.dynamo.server.dgit.CGit.updateNetRC(CGit.java:66)
at com.dynamo.server.dgit.CGit.execGitCommand(CGit.java:82)
at com.dynamo.server.dgit.CGit.cloneRepo(CGit.java:148)
at com.dynamo.cr.branchrepo.BranchRepository.createBranch(BranchRepository.java:120)
at com.dynamo.cr.client.LocalProjectClient.createBranch(LocalProjectClient.java:99)
… 2 more
I’m figuring out that the missing directory path “/Users/nnexus/.defold/.netrc” could be the problem?
I have tried installing the whole folder to Applications and home directory. Plus naming the folder plain “Defold”.
Any ideas how to go forward?
Thanks!