מדריך התקנהSetup guide

איך לחבר את קלוד למחשב, בשפה שא.נשים יכולים אשכרה להבין How to connect Claude to your computer, in a language normal people can actually understand

3 שלבים, בערך 15 דקות. בסוף קלוד יוצר קובץ בתיקייה שלכם, ואתם רואים אותו. 3 steps, about 15 minutes. At the end Claude creates a file in your folder, and you see it.

אנחנו רוצים לתת לקלוד לקרוא ולערוך קבצים בתוך תיקייה במחשב.

We want to let Claude read and edit files inside a folder on your computer.

כדי שזה יעבוד, נצטרך להתקין שני דברים: Git (כלי קוד פתוח סטנדרטי שקלוד צריך כדי לעבוד עם קבצים) ואת אפליקציית Claude. נצטרך גם לרגע לעבוד עם תוכנת הטרמינל (מסך שחור שנראה כמו שנות ה-90), אבל זה יהיה קליל ומהיר.

To make that work, we'll install two things: Git (a standard open-source tool Claude needs to work with files) and the Claude app. We'll also spend a moment in the terminal (a black screen that looks like the 90s), but it will be quick and easy.

שלוש בדיקות של 10 שניות לפני שמתחילים:

Three 10-second checks before you start:

  • המחשב הנכון. תתקינו על המחשב שתעבדו איתו בסדנה עצמה. יש גם לפטופ וגם שולחני? בחרו אחד, את זה שיהיה איתכם. לא להתקין על שניהם.
  • The right computer. Install on the computer you'll use at the workshop itself. Laptop and desktop? Pick one, the one that will be with you. Don't install on both.
  • מחשב עבודה? מחשבים ארגוניים חוסמים לפעמים התקנות (אנטיוירוס ארגוני, VPN, SSL). אם ההתקנה נחסמת, צריך את ה-IT או מחשב אישי. חשבון Claude ארגוני עובד מצוין, רק בדקו שיש לכם הרשאה ל-Code ושהבדיקה בשלב 3 עוברת.
  • Work computer? Corporate machines sometimes block installs (corporate antivirus, VPN, SSL). If the install gets blocked, you'll need IT or a personal computer. A corporate Claude account works fine, just check you have access to Code and that the step 3 test passes.
  • מחשב ישן, או אייפד? צריך Windows 10 ומעלה או macOS 10.15 ומעלה. אייפד, טאבלט או טלפון לא יעבדו, לסדנה צריך מחשב.
  • Old computer, or an iPad? You need Windows 10 or later, or macOS 10.15 or later. iPad, tablet or phone won't work, the workshop needs a computer.
1

התקינו GitInstall Git

5 דקות5 min

Git הוא כלי סטנדרטי שמותקן על מיליוני מחשבים. אתם לא תשתמשו בו ישירות, קלוד צריך אותו מאחורי הקלעים. ייתכן שהוא כבר אצלכם.

Git is a standard tool installed on millions of computers. You won't use it directly, Claude needs it behind the scenes. You may already have it.

  1. פתחו את Terminal: לחצו Cmd+Space, הקלידו Terminal, Enter. (במק בעברית הוא נקרא מסוף. אם Cmd+Space מחליף לכם שפה במקום לפתוח חיפוש, לחצו על הזכוכית המגדלת בפינה הימנית-עליונה של המסך.)
  2. Open Terminal: press Cmd+Space, type Terminal, Enter. (If Cmd+Space switches your keyboard language instead, click the magnifying glass at the top-right of the screen.)
  3. העתיקו את השורה הזו, הדביקו בטרמינל (Cmd+V), לחצו Enter:
  4. Copy this line, paste it into Terminal (Cmd+V), press Enter:
git --version
  • רואים מספר גרסה (משהו כמו git version 2.x)? Git מותקן. עברו לשלב 2.
  • See a version number (something like git version 2.x)? Git is installed. Go to step 2.
  • קפץ חלון שמציע להתקין "command line developer tools"? זה נורמלי. לחצו Install, חכו 5 עד 10 דקות, סגרו את הטרמינל, פתחו מחדש והריצו את השורה שוב.
  • A window popped up offering to install "command line developer tools"? That's normal. Click Install, wait 5 to 10 minutes, close Terminal, reopen it and run the line again.

טקסט מוזר שרץ על המסך זה בסדר גמור, ככה המחשב מדבר. שגיאה אמיתית כמעט תמיד תכלול את המילים error או not found.

Strange text scrolling by is completely fine, that's just the computer talking. A real error almost always contains the words error or not found.

  1. היכנסו ל-git-scm.com/downloads/win ולחצו על Click here to download (הגרסה של 64-bit).
  2. Go to git-scm.com/downloads/win and click Click here to download (the 64-bit version).
  3. הריצו את קובץ ההתקנה ולחצו Next עד הסוף. ברירות המחדל נכונות. במסך שמבקש לבחור עורך, בחרו Use Notepad as Git's default editor. (לחצתם Next ובחרתם משהו אחר? זה בסדר גמור, לא משפיע על הסדנה.)
  4. Run the installer and click Next all the way. The defaults are correct. On the screen asking for an editor, choose Use Notepad as Git's default editor. (Clicked Next and picked something else? Totally fine, it doesn't affect the workshop.)
  5. בדיקה: לחצו Win+R, הקלידו cmd, Enter. בחלון השחור הדביקו את השורה הזו ולחצו Enter:
  6. Check: press Win+R, type cmd, Enter. In the black window paste this line and press Enter:
git --version
  • רואים מספר גרסה (משהו כמו git version 2.x)? מעולה. עברו לשלב 2.
  • See a version number (something like git version 2.x)? Great. Go to step 2.
  • כתוב is not recognized? סגרו את החלון השחור, פתחו אותו מחדש, ונסו שוב. ההתקנה נקלטת רק בחלון חדש.
  • It says is not recognized? Close the black window, open it again, try again. The install only registers in a new window.

מסך כחול "Windows protected your PC"? זה SmartScreen, וזה נורמלי לכל תוכנה חדשה. לחצו More info ואז Run anyway.

Blue screen saying "Windows protected your PC"? That's SmartScreen, normal for any newly downloaded installer. Click More info then Run anyway.

2

התקינו את אפליקציית ClaudeInstall the Claude app

5 דקות5 min

א. מנוי בתשלוםA. A paid subscription

חובה. בלי מנוי בתשלום פשוט לא תצליחו לעבוד. היכנסו ל-claude.ai/upgrade ובחרו Claude Pro ($20 לחודש). כבר יש לכם מנוי, או חשבון ארגוני מהעבודה? דלגו.

Required. Without a paid subscription you simply won't be able to work. Go to claude.ai/upgrade and choose Claude Pro ($20/month). Already have a subscription, or a work account? Skip ahead.

התשלום נדחה? לפני שמאשימים את הכרטיס, נסו דפדפן אחר או חלון פרטי. קרה למשתתפים שלנו: אותו כרטיס נדחה ב-Chrome ועבר ב-Edge.

Payment declined? Before blaming the card, try another browser or a private window. It happened to our participants: the same card failed in Chrome and went through in Edge.

ב. האפליקציהB. The app

לא עובדים דרך הדפדפן. צריך להוריד את האפליקציה למחשב ולעבוד משם.

Not through the browser. You need to download the app to your computer and work from there.

  1. היכנסו ל-claude.ai/download והורידו לפי מערכת ההפעלה. Windows: בחרו "Windows" (לא "Windows arm64").
  2. Go to claude.ai/download and download for your system. Windows: choose "Windows" (not "Windows arm64").
  3. התקינו, פתחו, והתחברו עם החשבון שלכם.
  4. Install, open, and sign in with your account.
  5. בצד שמאל למעלה יש שתי לשוניות: Home ו-Code. לחצו על Code. שם נעבוד.
  6. At the top-left there are two tabs: Home and Code. Click Code. That's where we work.

נראה לכם אחרת? Claude מתעדכן כל כמה שבועות ודברים זזים במסך. חפשו את המילה Code. היא תמיד שם.

Looks different on your screen? Claude updates every few weeks and things move around. Look for the word Code. It's always there.

נפתח דף GitHub בדפדפן? סגרו אותו. זה חיבור לענן שלא צריך. אנחנו עובדים Local, מתוך האפליקציה.

A GitHub page opened in your browser? Close it. That's a cloud login you don't need. We work Local, from the app.

Claude אומר "Git is required for local sessions" למרות שהתקנתם? סגרו את Claude לגמרי (Mac: Cmd+Q. Windows: קליק ימני על האייקון ליד השעון, Quit) ופתחו מחדש. האפליקציה קוראת מה מותקן רק כשהיא נפתחת.

Claude says "Git is required for local sessions" even though you installed it? Quit Claude completely (Mac: Cmd+Q. Windows: right-click the tray icon by the clock, Quit) and reopen. The app reads what's installed only when it launches.

3

תיקייה אחת, קובץ אחדOne folder, one file

3 דקות3 min

א. צרו את התיקייה שלכםA. Create your folder

על שולחן העבודה, צרו תיקייה חדשה (קליק ימני, New Folder) וקראו לה השם-שלכם-workspace, באותיות אנגליות, בלי רווחים. אצלי זה tom-workspace.

On your Desktop, create a new folder (right-click, New Folder) and name it yourname-workspace, English letters, no spaces. Mine is tom-workspace.

בסדנה נשמור בתוך התיקייה הזו את המערכת שתקבלו, אז שווה שתהיה במקום נגיש. למה על שולחן העבודה? כדי שתמיד תמצאו אותה בקלות. למה בלי רווחים ובלי עברית? כי שמות כאלה שוברים כלים טכניים בדרכים שקשה לאבחן. dana-workspace טוב. הקבצים של דנה פחות.

In the workshop we'll keep the system you receive inside this folder, so it's worth having it somewhere accessible. Why the Desktop? So you can always find it easily. Why no spaces and English only? Because names like that break technical tools in ways that are hard to diagnose. dana-workspace is good. Dana's Files, less so.

ב. פתחו אותה ב-ClaudeB. Open it in Claude

  1. ב-Claude, בלשונית Code, בתחתית המסך ממש מעל אזור הצ'אט יש בורר תיקייה.
  2. In Claude, on the Code tab, at the bottom of the screen right above the chat area there's a folder picker.
  3. ודאו שהוא במצב Local (לא GitHub). אם כתוב "Select repository", החליפו ל-Local ויופיע "Select a folder".
  4. Make sure it's on Local (not GitHub). If it says "Select repository", switch to Local and it becomes "Select a folder".
  5. לחצו Open folder (בגרסאות מסוימות: Select a folder) ובחרו את התיקייה שיצרתם.
  6. Click Open folder (on some versions: Select a folder) and choose the folder you just created.
  7. בפעם הראשונה Claude שואל אם אתם סומכים על הקבצים בתיקייה. לחצו Yes, trust.
  8. The first time, Claude asks whether you trust the files in this folder. Click Yes, trust.

ג. הבדיקהC. The test

הדביקו את זה בצ'אט של Code ושלחו:

Paste this into the Code chat and send:

Create a file called test.md in this folder with the text: Hello from Claude Code
  1. קלוד יבקש אישור. אשרו (Allow / Yes). גם אם יש כמה אישורים ברצף, זה נורמלי.
  2. Claude will ask for permission. Approve it (Allow / Yes). Even if there are a few prompts in a row, that's normal.
  3. פתחו את התיקייה שלכם על שולחן העבודה. יש שם קובץ בשם test.md?
  4. Open your folder on the Desktop. Is there a file called test.md?

הקובץ שם? זהו. סיימתם.The file is there? That's it. You're done.

ביקשתם מקלוד קובץ, והוא הופיע בתיקייה שלכם. זה כל מה שההתקנה הזו הייתה צריכה להשיג. אם הבדיקה עברה, אתם מוכנים לסדנה. גם אם משהו בדרך נראה לכם מוזר. הבדיקה היא הקובעת, לא הדרך שעשיתם אליה.

You asked Claude for a file, and it showed up in your folder. That's everything this setup needed to achieve. If the test passed, you're ready for the workshop. Even if something along the way looked odd. The test decides, not the route you took to it.

אל תמשיכו להתאמן. לא צריך ניסיון קודם, ועדיף להגיע עם מכסה מלאה.

Don't keep practicing. No prior experience is needed, and it's better to arrive with a full quota.

מה שנשאר לא טכני, ולוקח 2 דקות: לתת ל-AI לכתוב את התדריך שלכם.

What's left isn't technical, and takes 2 minutes: let the AI write your Briefing.

לפרומפט של התדריךGet the Briefing prompt

Windows: הקובץ מופיע כ-"test" בלי .md? זה בסדר. Windows מסתיר סיומות של קבצים מוכרים. הקובץ באמת נקרא test.md.

Windows: the file shows as "test" without .md? That's fine. Windows hides known file extensions. The file really is test.md.

Mac: "Select a folder" לא עושה כלום? סגרו את Claude לגמרי, פתחו System Settings, Privacy & Security, Files and Folders, סמנו את Claude, ופתחו מחדש. לא רואים את Claude ברשימה? נסו Full Disk Access.

Mac: "Select a folder" does nothing? Quit Claude completely, open System Settings, Privacy & Security, Files and Folders, check Claude, and reopen. Don't see Claude in the list? Try Full Disk Access.

שלוש שורות, וזה כל מה שצריךThree lines, that's all it takes

רוצים גם את Obsidian?Want Obsidian too?

Obsidian הוא כבר לא חלק מההתקנה לסדנה, ואתם לא צריכים אותו בשביל כלום. אם בכל זאת בא לכם חלון נעים לקבצים, או שאתם בוגרים שמתקינים מחדש אחרי שהכל נמחק, יש עמוד נפרד עם כל השלבים, כולל חיבור ה-MCP.

Obsidian is no longer part of the workshop setup, and you don't need it for anything. If you'd still like a pleasant window onto your files, or you're an alum reinstalling after everything got wiped, there's a separate page with all the steps, MCP connection included.

Obsidian + קלוד, המדריך המלאObsidian + Claude, the full guide

תקועים? הנה הפתרונותStuck? Here are the fixes

קודם שני התיקונים שפותרים את רוב המקרים. אחר כך לפי סימפטום.

First, the two fixes that solve most cases. Then by symptom.

🪄 תיקון 1: סגרו את Claude לגמרי ופתחו מחדש. לא רק X. Mac: Cmd+Q. Windows: קליק ימני על האייקון ליד השעון, Quit.

🪄 Fix 1: Quit Claude completely and reopen. Not just X. Mac: Cmd+Q. Windows: right-click the tray icon by the clock, Quit.

🪄 תיקון 2: פתחו סשן חדש ב-Code. יש כפתור בסרגל הצד. קלוד תקוע על "thinking..."? סשן חדש פותר את זה כמעט תמיד.

🪄 Fix 2: Start a new session in Code. There's a button in the sidebar. Claude stuck on "thinking..."? A new session fixes it almost every time.

"Failed to load session" באפליקציה"Failed to load session" in the app

בעיה בצד של Anthropic שקורית למשתמשים בכל העולם. לפי הסדר: התנתקו והתחברו מחדש (Settings, Log out). לא עזר? סגרו את Claude לגמרי, מחקו את התוכן של התיקייה %APPDATA%\Claude\ (Windows) או ~/Library/Application Support/Claude/ (Mac), ופתחו מחדש. עדיין לא? הסירו והתקינו מחדש מ-claude.ai/download. Mac: ודאו שאתם על macOS עדכני.

An Anthropic-side issue that hits users worldwide. In order: sign out and back in (Settings, Log out). Didn't help? Quit Claude completely, delete the contents of %APPDATA%\Claude\ (Windows) or ~/Library/Application Support/Claude/ (Mac), and reopen. Still no? Uninstall and reinstall from claude.ai/download. Mac: make sure you're on a current macOS.

לא רואים את לשונית CodeCan't see the Code tab

ודאו שאתם על הגרסה האחרונה: בתפריט העליון Claude, Check for Updates. אין עדכון ו-Code עדיין לא מופיע? הסירו והתקינו מחדש מ-claude.ai/download.

Make sure you're on the latest version: top menu Claude, Check for Updates. No update and Code still missing? Uninstall and reinstall from claude.ai/download.

"Git is required for local sessions" למרות ש-Git מותקן"Git is required for local sessions" even though Git is installed

האפליקציה קוראת את רשימת הכלים המותקנים פעם אחת, כשהיא נפתחת. אם התקנתם Git בזמן ש-Claude היה פתוח, הוא עדיין עובד על התמונה הישנה. סגרו את Claude לגמרי (לא X, Quit) ופתחו מחדש. עדיין תקוע? הפעילו את המחשב מחדש. נשמע מיושן, עובד.

The app reads the list of installed tools once, when it launches. If you installed Git while Claude was open, it's still working off the old snapshot. Quit Claude completely (not X, Quit) and reopen. Still stuck? Restart the computer. Sounds old-fashioned, genuinely works.

"Usage limit reached" למרות שבקושי השתמשתי"Usage limit reached" even though I barely used it

שדרגתם עכשיו? השדרוג לא תמיד נקלט מיד באפליקציה. התנתקו והתחברו מחדש, או סגרו ופתחו את Claude. בדקו מה באמת נשאר ב-claude.ai/settings. ואל תתאמנו לפני הסדנה: לא צריך ניסיון קודם, ועדיף להגיע עם מכסה מלאה.

Just upgraded? The upgrade doesn't always take effect immediately in the app. Sign out and back in, or quit and reopen Claude. Check what's actually left at claude.ai/settings. And don't practice before the workshop: no prior experience is needed, and it's better to arrive with a full quota.

יש לי חשבון Claude של העבודה. זה מספיק?I have a work Claude account. Is that enough?

בדרך כלל כן. חשבון Claude ארגוני עובד, רק ודאו שיש לכם גישה ללשונית Code ושהבדיקה בשלב 3 עוברת (לפעמים ה-IT צריך לאשר הרשאות). מה שלא מספיק: Perplexity עם קלוד, כי זו גישה למודל ולא ל-Claude Code.

Usually yes. A corporate Claude account works, just make sure you have access to the Code tab and that the step 3 test passes (sometimes IT needs to approve permissions). What isn't enough: Perplexity using Claude, which is model access, not Claude Code.

שגיאת SSL או "self-signed certificate" (מחשב עבודה)SSL or "self-signed certificate" error (work computer)

הרשת הארגונית מפריעה. הפתרון המהיר: מחשב אישי, או hotspot מהטלפון שעוקף את החסימה. אחרת צריך את ה-IT.

The corporate network is interfering. Quick fix: a personal computer, or a phone hotspot that bypasses the block. Otherwise you need IT.

עברית נראית הפוכה ומבולגנת בצ'אט של CodeHebrew looks reversed and scrambled in the Code chat

זו רק התצוגה של הצ'אט. התוכן שקלוד כותב לקבצים תקין לגמרי. פתחו את הקובץ עצמו (לחיצה כפולה בתיקייה) ותראו עברית מושלמת. ככה גם נעבוד בסדנה: התוצרים נמצאים בקבצים.

That's only the chat display. What Claude writes into files is perfectly fine. Open the file itself (double-click it in the folder) and you'll see perfect Hebrew. That's how we'll work in the workshop too: the outputs live in the files.

קראתי לתיקייה בעברית או עם רווחיםI named the folder in Hebrew or with spaces

צרו תיקייה חדשה עם שם באנגלית בלי רווחים (dana-workspace), בחרו אותה ב-Claude, והריצו את הבדיקה שוב. את הישנה אפשר למחוק.

Create a new folder with an English name and no spaces (dana-workspace), select it in Claude, and run the test again. You can delete the old one.

עדיין תקועים? תעלו צילום מסך לקלוד בצ'אט הרגיל (claude.ai) יחד עם הקישור למדריך הזה. הוא יודע לזהות שגיאות ולעזור. לא הסתדר? כתבו לנו ל-hey@agentsandme.com עם צילום מסך.

Still stuck? Upload a screenshot to Claude in regular chat (claude.ai) together with a link to this guide. It can spot errors and help. Didn't work out? Write to hey@agentsandme.com with a screenshot.

הגעתם לכאן בלי להירשם לסדנה?Got here without signing up for the workshop?

עכשיו שקלוד מחובר למחשב, בסדנה של שעתיים וחצי בונים עליו צוות אייג'נטים שבאמת מכיר אתכם.

Now that Claude is connected to your computer, the 2.5-hour workshop builds an agent team on top of it that actually knows you.

לתאריכים הקרוביםUpcoming dates הניוזלטרThe newsletter