Тёмный
No video :(

GitLab Beginner Tutorial 3 | How to Fork a project 

Automation Step by Step
Подписаться 528 тыс.
Просмотров 253 тыс.
50% 1

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 191   
@jakubreitinger
@jakubreitinger 4 года назад
I like how you say fork. I'd like to do that to some projects too :D
@RaghavPal
@RaghavPal 4 года назад
I hope it helped
@michaeljames2142
@michaeljames2142 4 года назад
LOL
@networksystemguy9120
@networksystemguy9120 3 года назад
Haha , Same reaction 😂
@krishnak7
@krishnak7 3 года назад
LMFO
@nidhinrajsaikripa6258
@nidhinrajsaikripa6258 2 года назад
😝
@dillonhansen71
@dillonhansen71 3 года назад
This was forking awesome.
@RaghavPal
@RaghavPal 3 года назад
So happy to know this Dillon
@Z-e-a-l
@Z-e-a-l 6 месяцев назад
Yeah i totally agree with u I can now fork real good😊 Even my mom was impressed
@dennywidyatmoko9892
@dennywidyatmoko9892 4 года назад
when i search something about IT lesson, it always ends up here....thanks a lot mr Raghav Pal
@RaghavPal
@RaghavPal 4 года назад
So happy and humbled to know this Denny
@dennywidyatmoko9892
@dennywidyatmoko9892 4 года назад
@@RaghavPal yeah...3 months ago i got laid off then i upgrade my skill by watching your channel...now i got new job..thanks a lot brotha..im so happy
@Fleischygeruch
@Fleischygeruch 3 года назад
These are good forking tutorials. All my projects were forked before but now I can hopefully unfork them. Too bad I still have noone to fork with but that's just programmer life I guess.
@RaghavPal
@RaghavPal 3 года назад
Glad it helped
@Z-e-a-l
@Z-e-a-l 6 месяцев назад
I hope you get to fork soon bro to implement the knowledge... you'll be forking real good after this tutorial
@MrQwerty7081
@MrQwerty7081 4 года назад
Amazing tutorials. Great job, Raghav.
@RaghavPal
@RaghavPal 4 года назад
Thanks for watching.
@mayankamble2588
@mayankamble2588 4 года назад
Thankyou for the tutorials. What's the difference between forking & creating a new branch from master?
@RaghavPal
@RaghavPal 4 года назад
Hi Mayank, I will plan a detailed session. For now this will help - support.atlassian.com/bitbucket-cloud/docs/branch-or-fork-your-repository/#:~:text=Branching%20and%20forking%20provide%20two,part%20of%20the%20original%20repository.&text=Fork%20is%20another%20way%20of%20saying%20clone%20or%20copy.
@leoniaklebanov2502
@leoniaklebanov2502 4 года назад
Thank you for you clear and useful work!!!!
@RaghavPal
@RaghavPal 4 года назад
You're welcome Leonia
@myselfandpesit
@myselfandpesit 2 года назад
Thanks Raghav. Absolutely liking the step-wise illustration. I do have a question in this video. Why would you fork on own project ?
@RaghavPal
@RaghavPal 2 года назад
It was just for the demo Veeru
@genevieve01097
@genevieve01097 4 года назад
thanks a lot! really helpful and easy to follow!
@RaghavPal
@RaghavPal 4 года назад
happy to know Katharina
@SuperMakoto13
@SuperMakoto13 4 года назад
Great tutorials Raghav Pal! Excellent attention to detail!
@RaghavPal
@RaghavPal 4 года назад
Thanks a ton Paul
@SonGoku-rl9qf
@SonGoku-rl9qf 3 года назад
Hey Raghav, thank you for your videos. They are helping me a lot. But I have a problem. The green "New Group"-button at 3:12 is missing. So I can´t create a group. Has someone a solution for this problem?
@RaghavPal
@RaghavPal 3 года назад
Hi, you can goto groups drop down and click create group
@SonGoku-rl9qf
@SonGoku-rl9qf 3 года назад
@@RaghavPal If I do that, there it is written 040 page not found Make sure the address is correct and the page hasn't moved. Please contact your GitLab administrator if you think this is a mistake.
@RaghavPal
@RaghavPal 3 года назад
will need to check on this
@syedahamed7522
@syedahamed7522 3 года назад
Thanks Raghav, Actually I am new to Git,your videos are really useful.I am really appreciate your efforts.I have a question.We have a project repository in GitLab enterprise edition.now license expired.can we either move to Community edition or same enterprise edition downgrade to Community edition.which is the right approach? Could you please explain me? Even if you give any video it will useful to many people like me.Thanks again.
@RaghavPal
@RaghavPal 3 года назад
Hi Syed, as mentioned in other comment, reach out to the support team or check for official documentation. I do not want to suggest something I am not sure of
@sujitpatra3589
@sujitpatra3589 5 лет назад
Thank a lot sir...and good morning I am manual tester. Now learning day by day..automatio git GitHub all these. I often hear from Dev team cloning of project. Is it same clone = fork ? Please tell me.
@RaghavPal
@RaghavPal 5 лет назад
Hi Sujit, Forking a repository you are basically creating a copy of the repository under your GitLab ID Cloning is to download the repo on your local system stackoverflow.com/questions/7057194/what-is-the-difference-between-forking-and-cloning-on-github
@CloudAdvocate-bg3ig
@CloudAdvocate-bg3ig Год назад
Here, we forked an existing project/repo from GitLab to GitLab. Please give some industry scenarios for this!!! I mean humne kiya kya, GitLab me se Gitlab me hi copy kiya? Kya jarurat h iska?
@RaghavPal
@RaghavPal Год назад
Hi, There are several reasons why you may want to fork a project on GitLab: Contribute to a project: Forking a project allows you to make changes to the code, test your changes, and create a merge request to contribute back to the original project. Use a project as a starting point: If you want to create a similar project, forking an existing project allows you to quickly create a new project based on the code of the original project. Isolate changes: By forking a project, you can make changes to the code in your own version of the project without affecting the original project. Experiment with different changes: Forking a project allows you to make multiple changes to the code and compare the results, without affecting the original project. Collaborate with others: If you're working on a project with a team, forking the project allows each member to work on their own version of the code and collaborate on changes.
@CloudAdvocate-bg3ig
@CloudAdvocate-bg3ig Год назад
@@RaghavPal Understood! Thanks 🙂
@dannotann9006
@dannotann9006 4 года назад
Hi Pal.. i m a beginner and i am learning and enjoying ervything you are presenting -) manny thanks
@RaghavPal
@RaghavPal 4 года назад
Great to hear! Danno
@viveksolanki0499
@viveksolanki0499 3 года назад
Hi Raghav, Your tutorials are very nice and helpful to me and really appreciate your effort. But I have little doubt, why we are doing Fork the project, make changes, and merge. Rather that pull the project on local, make the changes, commit and push to GitLab. What is the difference between in both process.
@RaghavPal
@RaghavPal 3 года назад
Hi Vivek, Watch this - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-YoGli76EPkU.html
@viveksolanki0499
@viveksolanki0499 3 года назад
@@RaghavPal Thanks Raghav
@codieausten5076
@codieausten5076 4 года назад
Hello, My compliments on your videos! Top notch!
@RaghavPal
@RaghavPal 4 года назад
Glad you like them!
@rajeshkannah7854
@rajeshkannah7854 4 года назад
Hi Raghav, When i try to push the changes into GitLab i am getting fatal: Authentication failed for "project url in gitlab". What could be the reason?
@RaghavPal
@RaghavPal 4 года назад
Hi Rajesh, I hope you have set your authorization correctly. Also check this stackoverflow.com/questions/47860772/gitlab-remote-http-basic-access-denied-and-fatal-authentication?page=1&tab=oldest#tab-top
@manishadadge8608
@manishadadge8608 3 года назад
Can I create multiple independent braches of one repository and keep different projects in brach.. means not the copy of same project...can I keep different project in each branch..? Please tell me
@RaghavPal
@RaghavPal 3 года назад
Hi Manisha, ideally branches are for the same project and it is for maintaining diff versions or changes
@najmeb819
@najmeb819 2 года назад
خدا خیرت بده عالی توضیح دادی
@RaghavPal
@RaghavPal 2 года назад
خیلی ممنون
@ogundarepatriciaoyeronke8272
hope if i create another file and config it, it won't affect what has already been configured (the first file)
@RaghavPal
@RaghavPal Год назад
Yes, you can create another file and configure it without affecting what has already been configured in the first file. The two files will be completely separate, and changes to one file will not affect the other file. This is because each file is a separate entity, and each file has its own configuration. When you create a new file, you are essentially creating a new configuration. This new configuration will not affect the configuration of any other files. For example, if you have a file called `config.yaml` that contains the following configuration: ``` server: host: localhost port: 8080 ``` You can create a new file called `config-dev.yaml` and configure it with the following configuration: ``` server: host: localhost port: 8081 ``` The two files will be completely separate, and changes to `config.yaml` will not affect `config-dev.yaml`. This means that you can have different configurations for different environments, such as development and production. To summarize, here are the steps on how to change the name of a repository with a hyphen in the name and create a new file with a different configuration: 1. Use the `git clone` command to create a new repository with the new name. 2. Delete the old repository. 3. Configure the new repository with the desired settings. I hope this helps
@murtazamohammadi4032
@murtazamohammadi4032 2 года назад
I try to push the changes but it does not work. I got this error ? hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
@RaghavPal
@RaghavPal 2 года назад
Hi Murtaza, as mentioned, you can first do git pull and then commit and push your changes
@tomkorolev2502
@tomkorolev2502 2 года назад
Hello.How can I approve a request to merge branches?What I should to do?I need step by step😣 And what if there are difficulties with the merging branches.
@RaghavPal
@RaghavPal 2 года назад
I will do a session Tom, You can check this video - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-GZILYABgAoo.html
@jayasankarwarrier9499
@jayasankarwarrier9499 3 года назад
It is was super useful for me. Thank you so much
@RaghavPal
@RaghavPal 3 года назад
You're most welcome Jayasankar
@maryamzahedi-ro2ib
@maryamzahedi-ro2ib Год назад
i have question that is so important for me. i wanna to find up date how means in project information /member tab by my project?
@RaghavPal
@RaghavPal Год назад
Hi, need more details
@hanumandlasagar5082
@hanumandlasagar5082 Год назад
we can create another branch from master and we can do changes after that we can merge request right
@RaghavPal
@RaghavPal Год назад
Yes
@wysefavor
@wysefavor 3 года назад
lol..that project is succesfully fork'd!
@RaghavPal
@RaghavPal 3 года назад
Great to know
@rajnishsingh1795
@rajnishsingh1795 4 года назад
Respect for Mr Raghav
@RaghavPal
@RaghavPal 4 года назад
Humbled
@eliassal1
@eliassal1 2 года назад
Hi Raghav, I am new to Gitlab, Video 2 ends with ReadMe.txt pushed the in video 3 you tackle the fork, is it possible to show or ho or which project you use to add to the repo in order to follow with you the next courses? Thanks in advance
@RaghavPal
@RaghavPal 2 года назад
Hi Salam, I will add on this
@subramanyamnallam2638
@subramanyamnallam2638 2 года назад
my requirement is source code from one git repository to another git repository with history also. 2. after cloning the first repository source code (micro services)and split it and create repositories for every micro servers and send to destination repository. how to complete this ?
@RaghavPal
@RaghavPal 2 года назад
Hi Subramanyam, not sure, will need to check online
@PROTECHRAHUL
@PROTECHRAHUL 2 года назад
How to stay in sync with the parent repo
@RaghavPal
@RaghavPal 2 года назад
Hi Rahul, this will help www.freecodecamp.org/news/how-to-sync-your-fork-with-the-original-git-repository/
@Mini_A0
@Mini_A0 4 года назад
sir can u help how to create branch , send new merge rquest and merge the project in privious project
@RaghavPal
@RaghavPal 4 года назад
Hi Archana, I will plan sessions on this, For now pls try to get online help
@sivarasana3641
@sivarasana3641 2 года назад
Excellent explanation
@RaghavPal
@RaghavPal 2 года назад
Thanks
@hanumansays3725
@hanumansays3725 3 года назад
Can you please add another video for creating multiple branches and managing git merge and rebase concepts. Also, how to handle merge conflicts
@RaghavPal
@RaghavPal 3 года назад
Hi, I will do, for git merge vs rebase can check this - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-KWAZl2QHC44.html
@hanumansays3725
@hanumansays3725 3 года назад
@@RaghavPal Thanks for the response. I will verify this video.
@mahilesha691
@mahilesha691 2 года назад
Thank you
@RaghavPal
@RaghavPal 2 года назад
You're welcome Mahilesh
@manikantach7335
@manikantach7335 4 года назад
by mistake if we fork a project how can we delete or unfork that project
@RaghavPal
@RaghavPal 4 года назад
Hi, First, check wheter you have master role in the repository/Group. Developer or any other role cannot delete the project/forked project. If you are master then 1. Go to settings 2. Go to Advanced settings. 3. Click on remove project. 4. Type the project name and click confirm This will guide you - stackoverflow.com/questions/50737564/how-to-remove-a-forked-project-in-gitlab
@likithaprakash2311
@likithaprakash2311 3 года назад
HI Raghav, Does forking means creating a branch out of master?
@RaghavPal
@RaghavPal 3 года назад
Hi Likitha, Forking is a concept of making copy of the main repository to your account so that you can make modifications in it. A fork is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Most commonly, forks are used to either propose changes to someone else's project or to use someone else's project as a starting point for your own idea. stackoverflow.com/questions/24939843/what-does-it-mean-to-fork-on-github
@moradesss5993
@moradesss5993 3 года назад
it is like forking a process in unix
@tizianocapato9642
@tizianocapato9642 2 года назад
A fork is a branch?
@RaghavPal
@RaghavPal 2 года назад
Not really, because it's a copy and is independent of the original repository unlike branch
@dalihmida7214
@dalihmida7214 2 года назад
amazing tutorial
@RaghavPal
@RaghavPal 2 года назад
Thanks a lot
@archana_Narvikitchen
@archana_Narvikitchen 2 года назад
thanks a lot
@RaghavPal
@RaghavPal 2 года назад
Most welcome Archana
@ogundarepatriciaoyeronke8272
I was unable to fork my file because I included hyphen in the name used. Please hoe can I change it on the prompt command?
@RaghavPal
@RaghavPal Год назад
Hi Ogundare GitHub does not allow hyphens in repository names. If you try to fork a repository with a hyphen in the name, you will get an error message. To change the name of a repository with a hyphen in the name, you can use the following command: ``` git clone -b ``` For example, if you want to change the name of a repository called `my-repo-with-hyphen` to `my-new-repo`, you would use the following command: ``` git clone -b my-new-repo my-repo-with-hyphen ``` This will create a new repository called `my-new-repo` with the contents of the old repository. You can then delete the old repository. Here are some additional things to keep in mind when changing the name of a repository: * The new name must be unique. * The new name cannot contain any spaces or special characters. * The new name must be a valid GitHub username. I hope this helps
@Vithal_Nivargi
@Vithal_Nivargi 2 года назад
Amazing tutorial
@RaghavPal
@RaghavPal 2 года назад
Thanks Vithal
@drexxboban8277
@drexxboban8277 4 года назад
The project is successfully fucked ahhahah. Jk great tutorial, great explanations!
@NitinJaine
@NitinJaine 4 года назад
fork is mandatory or consider as best practices ?
@RaghavPal
@RaghavPal 4 года назад
Not mandatory, it is as per need
@NitinJaine
@NitinJaine 4 года назад
@@RaghavPal Thanks for your prompt response . Do I need to purchase subscription on Gitlab or can use it free fro CI/CD and auto publishing? OR In different way in which scenario I have to go for subscription on gitlab?
@RaghavPal
@RaghavPal 4 года назад
Hi Nitin, there is a free plan and if it matches your needs, go for it. Check here about.gitlab.com/pricing/
@NitinJaine
@NitinJaine 4 года назад
@@RaghavPal Thanks.
@NitinJaine
@NitinJaine 4 года назад
@@RaghavPal Can I do automation, CI/CD deployment in gitlab if I have shared server and I don't have ssh key, if yes, Kindly share how?
@mrclassy4902
@mrclassy4902 4 года назад
we can clone the project in git bash and make changes and push it ri8
@RaghavPal
@RaghavPal 4 года назад
You can Vivek
@misskalay8310
@misskalay8310 3 года назад
Thank u very much!!!
@RaghavPal
@RaghavPal 3 года назад
You're welcome!
@subha9333
@subha9333 3 года назад
Thanks Raghav
@RaghavPal
@RaghavPal 3 года назад
Most welcome Subha
@samanthk
@samanthk 5 лет назад
Please let us know how to achieve the same from terminal, command prompt?
@RaghavPal
@RaghavPal 5 лет назад
I will add session on this Samanth
@kalpanaramasamy5570
@kalpanaramasamy5570 3 года назад
Awesome .. well done sir
@RaghavPal
@RaghavPal 3 года назад
Thanks a ton Kalpana
@nidhinrajeevan1538
@nidhinrajeevan1538 2 года назад
Why I need to fork? I can create a branch and work on that branch, if all been reviewed, I can make a merge request isn't it?
@RaghavPal
@RaghavPal 2 года назад
Branch is taken out from a project and merged within it, So it is good if you want to add some new feature or make some minor changes
@nidhinrajeevan8425
@nidhinrajeevan8425 2 года назад
@@RaghavPal sorry not clear. In my company, we used to have development branch, in JIRA when we have a ticket, we create a branch from development branch and then do as per the JIRA ticket. Once reviewed, we merge back to development branch. For release, we merge to master branch and then release. I still not understand the use of fork
@RaghavPal
@RaghavPal 2 года назад
forks are used to either propose changes to someone else's project to which you do not have write access, or to use someone else's project as a starting point for your own idea. You can fork a repository to create a copy of the repository and make changes without affecting the upstream repository docs.github.com/en/github-ae@latest/get-started/quickstart/fork-a-repo
@nileshpokale862
@nileshpokale862 4 года назад
Thank you Raghav
@RaghavPal
@RaghavPal 4 года назад
Most welcome Nilesh
@prashiln3859
@prashiln3859 3 года назад
Thank you 👍
@RaghavPal
@RaghavPal 3 года назад
Most welcome Prashil
@gummalapatidushyanth7209
@gummalapatidushyanth7209 2 года назад
Is it possible to merge one repository to other repository
@RaghavPal
@RaghavPal 2 года назад
Hi, this can help stackoverflow.com/questions/1425892/how-do-you-merge-two-git-repositories#:~:text=You%20can%20merge%20repository%20A,and%20You%20by%20Markus%20Prinz.&text=(Option%20%2D%2Dallow%2Dunrelated%2D,needed%20for%20Git%20%3E%3D%202.9.
@ZeryuGames
@ZeryuGames 4 года назад
You are the best! Thank you!
@RaghavPal
@RaghavPal 4 года назад
You're welcome. Humbled to see this
@mrohailiqbal
@mrohailiqbal 4 года назад
Simple and Informative. Keep it up man!!!
@RaghavPal
@RaghavPal 4 года назад
Appreciate it Rohail
@laisdeghaide9853
@laisdeghaide9853 4 года назад
Thank you for this tutorial. My teacher has created a project where I have to put all my codes and documents. He created a directory where I wanna insert my documents, but I'm having trouble doing it, can you help me, please?
@RaghavPal
@RaghavPal 4 года назад
Hi Laís, I will try if I can give some quick help. Let me know the details
@asutoshroutray8958
@asutoshroutray8958 4 года назад
what is the difference between Forking and Branching
@RaghavPal
@RaghavPal 4 года назад
Hi Asutosh, this will help stackoverflow.com/questions/5009600/difference-between-fork-and-branch-on-github www.quora.com/What-is-the-difference-between-a-branch-and-a-fork-on-GitHub
@asutoshroutray8958
@asutoshroutray8958 4 года назад
@@RaghavPal thanks, i got it cleared:)
@srinu571
@srinu571 4 года назад
I am familiar with a version control TFS from Microsoft. I would like to know , How can we shelve the changes or how can we create a shelveset similar to TFS in Gitlab ? Could you please explain me in detail.
@RaghavPal
@RaghavPal 4 года назад
Hi Satya, I will need to check deeper on this, If possible will do a session
@srinu571
@srinu571 4 года назад
@@RaghavPal sure.. plz let me know we can connect
@RaghavPal
@RaghavPal 4 года назад
I meant I will create and upload a video, if I get time to work on this
@srinu571
@srinu571 4 года назад
@@RaghavPal oh ok.. thanks
@srinu571
@srinu571 4 года назад
Hi Raghav I just see git stash can be used to save our pending changes It is similar to Shelveset in TFS. Could you Please make a video on Git Stash commands
@nuniezjorge
@nuniezjorge 4 года назад
with fork you can't fork it up, as it doesn't affect the original repository
@RaghavPal
@RaghavPal 4 года назад
Can add more details
@nuniezjorge
@nuniezjorge 4 года назад
@@RaghavPal it was a pun, fork sounds like the F word in my head, sorry, my mind was in the toilet
@Z-e-a-l
@Z-e-a-l 6 месяцев назад
​@@nuniezjorgeDont worry man... Its not just you😂
@NEGOX47
@NEGOX47 4 года назад
Hi, how do you add changes to the fork? Can I use Github for the same project I have on gitlab?How do you do it? Thank you.
@RaghavPal
@RaghavPal 4 года назад
You can do from GitHub, I will try to create a more detailed session on this.
@NEGOX47
@NEGOX47 4 года назад
@@RaghavPal Thank you very much
@priyasingh2715
@priyasingh2715 4 года назад
Sir, How clone is different from fork in git lab?
@RaghavPal
@RaghavPal 4 года назад
Hi Priya, this will help - bryanpendleton.blogspot.com/2014/07/git-clone-vs-fork.html github.community/t5/Support-Protips/The-difference-between-forking-and-cloning-a-repository/ba-p/1372
@be236
@be236 4 года назад
Where's your video about branching and its concept?
@RaghavPal
@RaghavPal 4 года назад
Hi Andrew, You can check my git tutorial here - automationstepbystep.com/
@be236
@be236 4 года назад
@@RaghavPal Hi, I still can't find it... there are so many links, can you send me direct link to that video?
@RaghavPal
@RaghavPal 4 года назад
Can check this playlist - ru-vid.com/group/PLhW3qG5bs-L8OlICbNX9u4MZ3rAt5c5GG
@prasoontiwari26
@prasoontiwari26 4 года назад
good simple shower
@RaghavPal
@RaghavPal 4 года назад
Thanks a lot
@antonioseraus9828
@antonioseraus9828 6 месяцев назад
I don't understand it says GitLab Tutorial and a lot of time is been waisted on Git, config and typing commands.
@RaghavPal
@RaghavPal 6 месяцев назад
I will try to improve on this Antonio
@deepanshuaggarwal7042
@deepanshuaggarwal7042 3 года назад
Hi.. I am new on your channel and I like it very much. I have 1 doubt, in this video, you did fork of your own proejct but in your this video "Difference between Fork and Clone - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-YoGli76EPkU.html", you said we cant do fork of our own project. Please explain it ?
@RaghavPal
@RaghavPal 3 года назад
Hi Deepanshu, it does not make any practical use to fork the project in your own account. And therefore in github this option is not provided
@deepanshuaggarwal7042
@deepanshuaggarwal7042 3 года назад
@@RaghavPal Thanks for rply... your videos are best. Keep going 👍
@thanneruramesh6609
@thanneruramesh6609 3 года назад
How to delete a forked project?
@RaghavPal
@RaghavPal 3 года назад
Hi Ramesh, pls check this stackoverflow.com/questions/50737564/how-to-remove-a-forked-project-in-gitlab#:~:text=go%20to%20forked%20project.,go%20to%20Settings%20%3D%3E%20General%20.&text=click%20the%20Expand%20from%20Advance,page%20and%20click%20Remove%20project%20.
@AkashJhaDDN
@AkashJhaDDN 4 года назад
How to download project so that i can start working
@RaghavPal
@RaghavPal 4 года назад
Hi Akash, you can clone from the repository using git clone commands. You can get details on git commands in this playlist - ru-vid.com/group/PLhW3qG5bs-L8OlICbNX9u4MZ3rAt5c5GG
@thirumaleshwarratna6372
@thirumaleshwarratna6372 4 года назад
need gitlab video on issues in group
@RaghavPal
@RaghavPal 4 года назад
Hi, pls provide details on this
@anishgs84
@anishgs84 2 года назад
👍
@RaghavPal
@RaghavPal 2 года назад
Thanks for liking
@amarenderreddy7578
@amarenderreddy7578 4 года назад
I am getting this error(fatal: unable to access 'gitlab.com/AmarS21/demo-cicd.git/': OpenSSL SSL_connect: Connection was reset in connection to gitlab.com:443) while trying to push the changes, I have used this command(git push -u "gitlab.com/AmarS21/demo-cicd.git" master)
@RaghavPal
@RaghavPal 4 года назад
Hi Amarender, are you behind a proxy or vpn
@akshayjadhav6922
@akshayjadhav6922 5 лет назад
👍👍👌
@RaghavPal
@RaghavPal 5 лет назад
Thanks for watching
@SampathKumarmohan
@SampathKumarmohan 4 года назад
@@RaghavPal In fork project page, I see my user name instead of group name. While selecting project getting "- Namespace is not valid"
@mallikarjnuag1381
@mallikarjnuag1381 4 года назад
I AM GETTING THIS PROBLEMS FOR WINDOWS i add git lab ssh-keygen by using gitbash $ git push -u origin master remote: HTTP Basic: Access denied fatal: Authentication failed for 'gitlab.com/KarjunGitLab/myfirstproject.git/'
@RaghavPal
@RaghavPal 4 года назад
Hi Mallikarjnua, you can set your github credentials from command line . Check this - stackoverflow.com/questions/47860772/gitlab-remote-http-basic-access-denied-and-fatal-authentication
@jakobfrei1121
@jakobfrei1121 4 года назад
For my taste, it would have sufficed to say that you need to create a group in order to have a namespace where the project can be forked to. But I guess you have to earn money somehow too, so I spent some more minutes than I would have needed to find that out. ;)
@RaghavPal
@RaghavPal 4 года назад
I hope that was a good investment Jakob, I will add more sessions
@gepliprl8558
@gepliprl8558 4 года назад
Confusing you should act as 2 different people. You didn't demonstrate another people who going to push.
@RaghavPal
@RaghavPal 4 года назад
Hi, I get your point, I just tried to teach the basics here. You have a good point, may be I can create another session with more details
@mallikarjnuag1381
@mallikarjnuag1381 4 года назад
rply me bhayya
@RaghavPal
@RaghavPal 4 года назад
Replied. Pls check
@prasaddalavi9683
@prasaddalavi9683 4 года назад
dude, no need to write when explaining. just go with flow. it will be helpful for you as well as us if you write down the points already. so that we can save the time for video
@RaghavPal
@RaghavPal 4 года назад
Got your feedback Prasad
Далее
GitLab Beginner Tutorial 4 | How to create SSH Key
7:50
Git Fork vs. Git Clone: What's the Difference?
9:41
Просмотров 75 тыс.
GitLab CI CD Pipeline Tutorial | Introduction | 2022
34:43
API vs. SDK: What's the difference?
9:21
Просмотров 1,4 млн
Git Tutorial For Dummies
19:25
Просмотров 1,1 млн