Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkout master error #63

Open
chatay opened this issue Apr 6, 2022 · 1 comment
Open

checkout master error #63

chatay opened this issue Apr 6, 2022 · 1 comment

Comments

@chatay
Copy link

chatay commented Apr 6, 2022

Hello,

when using below command, it throws error

git checkout master

error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-firestore/src/i18n/en.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-firestore/src/security/permissions.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-firestore/src/security/roles.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-firestore/src/services/auth/authUserWriter.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-firestore/src/services/iam/iamEditor.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-firestore/src/services/iam/iamRemover.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-firestore/src/services/iam/userRoleChecker.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-mongodb/src/i18n/en.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-mongodb/src/security/permissions.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-mongodb/src/security/roles.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-mongodb/src/services/auth/authUserWriter.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-mongodb/src/services/iam/iamEditor.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-mongodb/src/services/iam/iamRemover.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-mongodb/src/services/iam/userRoleChecker.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-sql/src/i18n/en.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-sql/src/security/permissions.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-sql/src/security/roles.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-sql/src/services/auth/authUserWriter.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-sql/src/services/iam/iamEditor.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-sql/src/services/iam/iamRemover.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/backend-sql/src/services/iam/userRoleChecker.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/frontend/src/i18n/en.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/frontend/src/modules/auth/authSelectors.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/frontend/src/security/permissions.js'
error: invalid path '3-Customization/03-User roles: Manager, Employee and Pet Owner/frontend/src/security/roles.js'

@sohammk08
Copy link

Hello, @chatay
The command git checkout is usually followed by a -b i.e.

git checkout -b newbranchname

If you want to create a new branch, use the above command.
Similarly, if you want to change from one existing branch to another, use this:

git switch existingbranchname

If the issue persists, try deleting the forked repo from your side and start afresh by forking the repo again.
Hope this answers your question.

Have a nice day 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants