You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running gig python, macos (or anything else not specific to just these) >> .gitignore, an error is produced saying that the process cannot access the file because it is being used by another process.
Development Environment:
Machine (Local, Container, Virtual): Local
Operating System (Name/Version): Windows 11, Powershell 7.3.8
Web Browser (Name/Version): N/A
Vapor Version: N/A
Swift Version: N/A
Expected Behavior:
Should create a new file .gitignore and add the necessary gitignores to the file.
Actual Behavior:
Creates a new .gitignore file however produces the error.
The process cannot access the file 'C:\Users\Maharshi\Files\Programming.gitignore' because it is being used by another process.
Reproduction Steps:
Open terminal.
Write command gig python >> .gitignore
The text was updated successfully, but these errors were encountered:
When running gig python, macos (or anything else not specific to just these) >> .gitignore, an error is produced saying that the process cannot access the file because it is being used by another process.
Development Environment:
Expected Behavior:
Should create a new file .gitignore and add the necessary gitignores to the file.
Actual Behavior:
Creates a new .gitignore file however produces the error.
The process cannot access the file 'C:\Users\Maharshi\Files\Programming.gitignore' because it is being used by another process.
Reproduction Steps:
The text was updated successfully, but these errors were encountered: