Hi, I'm Canan
Oups ...
Never forget impossible is possible
:(
Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.
0% complete
For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode
If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION
Add an project to git
Android Studio
Steps
- Create a new project on GitLab
Choose the + button on the menu bar and add a project name and then click "Create project"
This will give you a new project address, choose the https version and you will have something like:
- https://gitlab.com/MyUserName/my-project.git
- Create a Git repository in Android Studio
In the Android Studio menu go to "VCS" -> "Import into Version Control" -> "Create Git Repository" (select the root directory of your project)
- Add remote
Go to "VCS" -> "Git" -> "Remotes" (copy paste in the https address you got from GitLab in step one)
- /!\ You may need to log in with your GitLab username and password!
- Add, commit, and push your files
- /!\ Make sure you have the top level of the project selected. If you are in the Android view you can switch it to the Project view
- To add a new file or update one, simply go to "VCS" -> "Git" -> "Add"
After adding, do "VCS" -> "Git" -> "Commit" (you will need to write a commit message, something like "initial commit")!
- /!\ Do not forget to specify an user like "xxxx
" (with your GitLab pseudo and mail) - Finally, go to "VCS" -> "Git" -> "Push"