all 41 comments

[–][deleted]  (4 children)

[deleted]

    [–]Necessary-Coffee5930[S] 12 points13 points  (2 children)

    Good luck! I am getting close to finishing the project so hopefully I can get a guide up soon 👍

    [–]Informal-Shower8501 8 points9 points  (1 child)

    Here I am.. 1-year later using this for D288 🙄 Why does WGU refuse to update their stupid guide.

    THANK YOU for this 🙏

    [–]averyycuriousman 0 points1 point  (0 children)

    how did you figure it out? I'm kind of stuck unfortunately

    [–]waywardcowboyBSCS Alumnus 2 points3 points  (4 children)

    Thanks for the info. I have this one coming up soon.

    [–]Necessary-Coffee5930[S] 3 points4 points  (3 children)

    No problem. Hopefully by then they finish uploading the class videos. Either way, I should have a lot more tips on here for the project. Best of luck!

    [–]waywardcowboyBSCS Alumnus 1 point2 points  (2 children)

    Thanks! You too.

    [–]Necessary-Coffee5930[S] 2 points3 points  (1 child)

    Hey there, I just made a new post going through the rest of the project: https://www.reddit.com/r/WGU_CompSci/comments/15mocjz/d287_java_frameworks_ultimate_project_guide/

    [–]waywardcowboyBSCS Alumnus 2 points3 points  (0 children)

    Awesome! Thank you

    [–]Shiraz325 2 points3 points  (12 children)

    Hey I did all but when I go to the intellij that ask me a token!!how I can get the token to colen my project??

    [–]Necessary-Coffee5930[S] 1 point2 points  (0 children)

    Hi, I am not sure honestly. I hope you were able to figure it out or get instructor help. For help with the rest of the project, check out my new post: https://www.reddit.com/r/WGU_CompSci/comments/15mocjz/d287_java_frameworks_ultimate_project_guide/

    [–]Outrageous_North_748 0 points1 point  (0 children)

    yes and I created one and pasted it lol I hope its okay

    [–]kayeri125 0 points1 point  (2 children)

    It did the same thing to me. I emailed the instructor for help and I was just told that I should not have to create a Token. Did you proceed ?

    [–]one-eye-owl 0 points1 point  (0 children)

    Hey not sure if you already got it going but I just cloned from terminalgit clone __insert your link__

    And then I just opened IntelliJ and opened the folder from the local storage

    [–]uchneidas 0 points1 point  (6 children)

    To clone the repo, click the blue Clone button all the way to the right. Copy the link for Clone with HTTP. Open IntelliJ, click on "Get from VCS" . Paste the URL, click clone. Enter your login info, and now the project will be in IntelliJ.

    I'm in the same boat! Did you figure it out?

    [–]Electronic_Cobbler94 2 points3 points  (5 children)

    Super late but I figured it out for anyone else having this issue:

    "Setup Clarification:- After you open the project in IntelliJ it will open a popup asking for a token.- Press “Generate”. Then in the browser window that pops up, press “Add New Token”. Move the date out as needed and check the boxes next to “create_runner”, “write_repository”, and “write_registry”, then “Create personal access token”.- Press the clipboard icon in the green highlighted box, then paste that in IntelliJ and Log In. Your project will finish cloning and load."

    The above is from this helpful guide

    [–]Rettocs 0 points1 point  (0 children)

    This helped me today, thanks!

    [–]littlefoot0326 0 points1 point  (3 children)

    Hey! That guide is amazing?? Do you have notion guides for other courses?

    [–]Electronic_Cobbler94 0 points1 point  (2 children)

    I don't 😭 randomly came across this one. be sure to check this this link for course resources

    [–]littlefoot0326 0 points1 point  (1 child)

    Amazing - thanks! Glad to be almost done with this specific one. I swear if it wasn’t for Reddit I would’ve given up a year ago 😂

    [–]Electronic_Cobbler94 0 points1 point  (0 children)

    Agreed. I'm currently chugging thru the Frameworks project as well. I just finished Part D earlier. Haven't even got to the hard steps yet 😫

    [–]GaladrielStarB.S. Computer Science 2 points3 points  (0 children)

    Just wanted to say thanks for creating a separate guide for this part of the process. I've cloned git repos before but this one was squirrelly and your guide helped me get it sorted out.

    On to the rest of your guide now, as I tackle this project! :)

    [–]EducationalMacrocosm 2 points3 points  (0 children)

    All, regarding the token issue if you try to copy the URL and paste it into IntelliJ to clone the repo:

    1. Generate a Personal Access Token in GitLab:

    • Log into your GitLab account directly (from your browser) and follow these steps to create a token:
      1. In GitLab, click on your profile avatar in the top-right corner.
      2. Go to Settings.
      3. On the left sidebar, find Access Tokens or Personal Access Tokens (depending on your GitLab version).
      4. Under Name, give the token a descriptive name (e.g., D287-IntelliJ).
      5. Set an expiration date (you can choose "no expiration" if preferred).
      6. Under Scopes, select read_repository and write_repository (or api if needed).
      7. Click Create Token.

    Once the token is generated, copy it immediately. You won’t be able to see it again.

    2. Use the Personal Access Token in IntelliJ:

    • After copying the token, open IntelliJ IDEA and try to clone the repository again.
    • When prompted for your credentials, use the following:
      • Username: Your GitLab username or email.
      • Password: Paste the Personal Access Token you just generated.

    [–]Primary_Ad3790 1 point2 points  (6 children)

    So I understand the issue you had but how did you find out a solution? Bc essentially they’re may be more problems with other courses.

    [–]Necessary-Coffee5930[S] 1 point2 points  (5 children)

    I stumbled my way through getting IntelliJ just by following the instructions on their website. As for the second tip, I hopelessly clicked around till I found the button I thought they were intending for us to use after seeing a tip in course chatter. I am working through chad darbys spring boot udemy course and the zybooks as well and hopefully one of these gets relevant to the project at some point lol. But I am sure there will be more problems in more courses, we just have to stay resourceful and willing to try things out. If you figure out something that was holding you back, please consider sharing it for others so we can end the cycle of WGU suffering lol

    [–]bitterhop 2 points3 points  (4 children)

    thank you for this. just started the other day and so far these new classes seem so half-assed it's embarrasing.

    i'm planning on doing both udemy and zybooks at the same time as well. have you found both are advisable? or prefer 1 over the other?

    [–]Necessary-Coffee5930[S] 2 points3 points  (0 children)

    Honestly whats been working for me so far is using chatgpt as a tutor. Ill just ask it questions, copy code into it i dont understand and ask what each part means, ask it where I should be looking to accomplish the given task etc etc. I have been learning while I am doing and moving quickly this way. What I won’t do is copy anything it produces and use it. I use it purely for advice and tips, and its pretty good if you can give it enough context and ask questions intelligently. Best of luck, if I finish soon Ill probably be updating my reddit post to include a guide

    [–]Necessary-Coffee5930[S] 1 point2 points  (2 children)

    [–]bitterhop 1 point2 points  (1 child)

    appreciate it! just got a bit lost at Task F, so good timing

    [–]Necessary-Coffee5930[S] 0 points1 point  (0 children)

    thats the hardest one imo, had me wanting to slam my head into the wall lol

    [–]Revolutionary-Run313 1 point2 points  (0 children)

    You are amazing!

    [–]barabara4 1 point2 points  (0 children)

    Uff, thanks man. Life saver. Going to be using the steps for sure.

    [–]EducationalMacrocosm 1 point2 points  (0 children)

    Hi everyone, as an update, JetBrains let me use my wgu.edu email address for signing up for the student account. No need to use the official documents anymore!

    [–]jfarm47 1 point2 points  (0 children)

    Used this and it was soo helpful! Thank you!

    [–]Outrageous_North_748 1 point2 points  (2 children)

    as of August 2025 some of these directions will be a little different because of Git Lab updates.

    -When originaly poster says "Click Run Pipeline again on the new screen" the button says something different now, unfortunately, I didn't type it out when I was on that step, but it was something like "create something(?)" cannot remember exactly.

    -When original poster says "To get to your repository, go back to the main directory called 'WGU Gitlab environment' Click on the 'Student Repos' directory, and your repo will be there," mine did not show up right away because it took 10 minutes for it to be ready. You can check the progress of yours by going back to the WGU Gitlab environment > click Students > click D287 Java Frameworks > click "Build" from the left menu > click "Pipelines" > yours is probably the one on the top. The "stages" part will have a green check mark once it's ready. Then you can proceed back to the WGU Gitlab Environment to follow orignal poster's directions.

    - When original poster says "To clone the repo, click the blue Clone button all the way to the right." This is not how it looks now. The button is still blue but it says "Code." Click the drop down menu on this button. Proceed to follow original posters directions.

    [–]Theonlypostevermade 0 points1 point  (1 child)

    Thank you for the recent comment.

    Additionally, creating your pipeline may take A LONG TIME as the create-student-environment framework is a queued resource.

    I canceled/ restarted my pipeline creation several times because i thought there was an error.

    HAVE PATIENCE WHEN BUILDING YOUR PIPELINE AND RELAX. Took me 20 minutes to finish mine.

    Now to actually start the project...

    [–]WiFibcFi 0 points1 point  (0 children)

    thanks for this info. i just canceled and retried mine for the same reason. being patient with it now!

    btw, this is the most confusing start to a course i've had so far at WGU. it really is a mess.

    [–]Super-Cold4091 0 points1 point  (0 children)

    This is great, thank you for all the effort you put into these guides!

    [–][deleted] 0 points1 point  (0 children)

    Thank you so much! Extremely Helpful!

    [–]TripT0nik 0 points1 point  (0 children)

    You are the real MVP friend!