Not sure if related to Gitea or Teknik’s backend but, after Gitea’s 1.9.0 update, uploading files on a repo, entering a commit message and committing changes, returns the error message below. However, by pushing “Cancel” to return to the file listing, we can verify that the file(s) were successfully uploaded and committed.
Let me know if it’s an issue with Gitea so I can migrate this to their issues page.
Failed to upload files to '<path-to-current-dir>' with error: remove upload:
remove C:/Gitea/data/tmp/uploads/8/6/86ac3d46-7006-4a6e-a9e3-6f197afb27e5:
The process cannot access the file because it is being used by another process.
Not sure if related to Gitea or Teknik's backend but, after Gitea's 1.9.0 update, uploading files on a repo, entering a commit message and committing changes, returns the error message below. **However**, by pushing "Cancel" to return to the file listing, we can verify that the file(s) were successfully uploaded and committed.
Let me know if it's an issue with Gitea so I can migrate this to their issues page.
```txt
Failed to upload files to '<path-to-current-dir>' with error: remove upload:
remove C:/Gitea/data/tmp/uploads/8/6/86ac3d46-7006-4a6e-a9e3-6f197afb27e5:
The process cannot access the file because it is being used by another process.
```
Not sure if related to Gitea or Teknik’s backend but, after Gitea’s 1.9.0 update, uploading files on a repo, entering a commit message and committing changes, returns the error message below. However, by pushing “Cancel” to return to the file listing, we can verify that the file(s) were successfully uploaded and committed.
Let me know if it’s an issue with Gitea so I can migrate this to their issues page.
Hmm, that seems like a Gitea issue.
Thanks, I’ll post an issue there