Well, there's your problem: the "existence and uniqueness theorem" says nothing of the sort!
It says "If there exist a neighborhood of [itex](t_0, y_0)[/itex] such that f(t,y) is continuous in the neighborhood and f is "Lipschitz in y" in the neighborhood (that, essentially means that [itex]|f(t, y_1- f(t,y_2)|\le C|y_1- y_2[/itex] but that is implied by f being differentiable with respect to y so many elementary texts use that stronger condition) then dy/dt= f(t,y), with condition [itex]y(t_0)= y_0[/itex], has a unique solution in some neighborhood of [itex](t_0, y_0)[/itex]
That's stated for first order equations but if we let x= y', we can write this equation as
[tex]t^2\frac{dx}{dt}- 2tx+ 2y= 0[/tex]
or
[tex]\frac{dx}{dt}= \frac{2}{t}x- \frac{2}{t^2}y[/tex]
and together with x'= y, we can write that as the first order matrix equation:
[tex]\frac{\begin{bmatrix}x \\ y\end{bmatrix}}{dt}= \begin{bmatrix}\frac{2}{t}x- \frac{2}{t^2}y\\ x\end{bmatrix}[/tex]
Now, the conditios of "continuous" and "Lipgarbagez in y" (or differentiable with respect to y) must apply to both components of the matrix on the right. For linear equations, the requirement that f be "Lipschitz in y" (or "differentiable with respect to y") is automatic but you can see that we have a problem with continuity at t= 0!